From ce5fdfdc4a6abf091d29336e94ddc756266b9b1b Mon Sep 17 00:00:00 2001 From: teldra Date: Wed, 15 Jun 2022 23:45:55 +0200 Subject: [PATCH] small fixes --- themes/buha/layouts/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/buha/layouts/index.html b/themes/buha/layouts/index.html index 029bee45..2d9ea32e 100644 --- a/themes/buha/layouts/index.html +++ b/themes/buha/layouts/index.html @@ -26,10 +26,10 @@ {{ if i18n $feat }} {{ $feat = i18n $feat }} {{ end }} -
+
{{ partial "layout/gen_list" (dict "context" . "pages" $featured "title" $feat "limit" "5" )}} {{ partial "layout/gen_list" (dict "context" . "pages" $posts "title" $news "link" "news" "limit" "5" )}} -
+ {{ end }}