From 10c30d11508a0e4c1e26b259432bde5fc7ed0725 Mon Sep 17 00:00:00 2001 From: teldra Date: Sun, 27 Mar 2022 15:02:50 +0200 Subject: [PATCH] small fixes --- themes/buha/i18n/de.toml | 2 +- themes/buha/layouts/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/buha/i18n/de.toml b/themes/buha/i18n/de.toml index c0e7c0f8..c883d4f7 100644 --- a/themes/buha/i18n/de.toml +++ b/themes/buha/i18n/de.toml @@ -233,4 +233,4 @@ other = "weiterlesen" other = "Über uns" [featured] -other = "wichtig" \ No newline at end of file +other = "wichtige Neuigkeiten" \ No newline at end of file diff --git a/themes/buha/layouts/index.html b/themes/buha/layouts/index.html index 123ad307..5d10814b 100644 --- a/themes/buha/layouts/index.html +++ b/themes/buha/layouts/index.html @@ -8,7 +8,7 @@ {{ .Content }} {{ end }} -

{{ "featured" | T | humanize }} {{ "news" | T | humanize }}

+

{{ "featured" | T | humanize }}

{{ range first 3 (where (where .Site.RegularPages "Type" "in" site.Params.mainSections) ".Params.featured" "=" true) }}