From 15840e2a8dd8ac8e2d1315e25c247ce3928964c9 Mon Sep 17 00:00:00 2001
From: alexisben <alex@noesya.coop>
Date: Wed, 25 Jan 2023 09:18:02 +0100
Subject: [PATCH] fix categories summary

---
 layouts/categories/term.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/categories/term.html b/layouts/categories/term.html
index 86179735..eeaa72e7 100644
--- a/layouts/categories/term.html
+++ b/layouts/categories/term.html
@@ -9,7 +9,7 @@
         )
     }}
 
-    {{ partial "posts/summary.html" (dict
+    {{ partial "categories/summary.html" (dict
       "context" .
       "block_wrapped" true
       ) }}
-- 
GitLab