From f04ea65c2cdb923e1c437340b580515963fef03e Mon Sep 17 00:00:00 2001 From: teldra Date: Wed, 15 Jun 2022 18:19:21 +0200 Subject: [PATCH] small fixes --- themes/buha/layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/buha/layouts/index.html b/themes/buha/layouts/index.html index 3dc9028a..029bee45 100644 --- a/themes/buha/layouts/index.html +++ b/themes/buha/layouts/index.html @@ -27,7 +27,7 @@ {{ $feat = i18n $feat }} {{ end }}
- {{ partial "layout/gen_list" (dict "context" . "pages" $featured "title" $feat "link" "featured" "limit" "5" )}} + {{ 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 }}