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") }}