From 9681cc41d19f6f613ea2aa9bbcf2003f524db208 Mon Sep 17 00:00:00 2001 From: teldra Date: Fri, 8 Apr 2022 21:38:16 +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 78321501..e848f4c3 100644 --- a/themes/buha/layouts/index.html +++ b/themes/buha/layouts/index.html @@ -18,12 +18,12 @@ {{ end }} {{ if gt (len $featured) 0 }} -

{{if "featured" | i18n }}{{ "featured" | i18n }}{{ else }}{{ "Featured" }}{{ end }}

+

{{if "featured" | i18n }}{{ "featured" | i18n }}{{ else }}{{ "Featured" }}{{ end }}

{{ partial "contentlayouts/list.html" (dict "context" . "pages" $featured "amount" "3" ) }} {{ end }} {{ end }} {{ if gt (len $posts) 1 }} -

{{ if "news" | i18n }}{{ "news" | i18n }}{{ else }}{{ "News" }}{{ end }}

+

{{ if "news" | i18n }}{{ "news" | i18n }}{{ else }}{{ "News" }}{{ end }}

{{ partial "contentlayouts/list.html" (dict "context" . "paginator" $paginator "amount" "5") }}