From a6669684a408d741d20a18271f021f5f79630668 Mon Sep 17 00:00:00 2001 From: Daniel Havlik Date: Fri, 6 Nov 2020 12:34:31 +0100 Subject: [PATCH] make theme compatible to hugo > 0.75.1 (see https://github.com/gohugoio/hugo/issues/7822) --- themes/beautifulhugo/i18n/de.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/beautifulhugo/i18n/de.yaml b/themes/beautifulhugo/i18n/de.yaml index 51da1f3b..39d93123 100644 --- a/themes/beautifulhugo/i18n/de.yaml +++ b/themes/beautifulhugo/i18n/de.yaml @@ -4,9 +4,9 @@ - id: shortdateFormat translation: "2 Jan, 2006 15:04:05" - id: postedOnDate - translation: "Gepostet am {{ .Count }}" + translation: "Gepostet am {{ . }}" - id: lastModified - translation: "(Zuletzt geändert am {{ .Count }})" + translation: "(Zuletzt geändert am {{ . }})" - id: translationsLabel translation: "Andere Sprachen: " - id: translationsSeparator