From e9f46b1e5a2c41bfe1da702b3823d64fb3d64017 Mon Sep 17 00:00:00 2001 From: Arne Rief Date: Thu, 9 Apr 2026 18:31:14 +0200 Subject: Replaced deprecated language methods & settings from hugo v0.156.0 & v0.158.0 --- layouts/rss.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/rss.xml') diff --git a/layouts/rss.xml b/layouts/rss.xml index 9f70eb5..ea4ddc0 100644 --- a/layouts/rss.xml +++ b/layouts/rss.xml @@ -37,7 +37,7 @@ {{ .Permalink }} Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{ . }} {{ end }}{{ end }}on {{ .Site.Title }} Hugo - {{ site.Language.LanguageCode }} + {{ site.Language.Locale }} {{- with $authorName }}{{ . }}{{ end }} {{- with $authorName }}{{ . }}{{ end }} {{- with .Site.Copyright }}{{ . }}{{ end }} -- cgit v1.2.3