summaryrefslogtreecommitdiff
path: root/layouts/rss.xml
diff options
context:
space:
mode:
authorArne Rief <riearn@proton.me>2026-04-09 18:31:14 +0200
committerArne Rief <riearn@proton.me>2026-04-10 14:22:04 +0200
commite9f46b1e5a2c41bfe1da702b3823d64fb3d64017 (patch)
tree3e4ce3b6037ebb2283b008bb4524c3b65b099d75 /layouts/rss.xml
parentf8541ef965ca22e746b523eb418e47cb4f78f2d8 (diff)
Replaced deprecated language methods & settings from hugo v0.156.0 & v0.158.0
Diffstat (limited to 'layouts/rss.xml')
-rw-r--r--layouts/rss.xml2
1 files changed, 1 insertions, 1 deletions
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 @@
<link>{{ .Permalink }}</link>
<description>Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{ . }} {{ end }}{{ end }}on {{ .Site.Title }}</description>
<generator>Hugo</generator>
- <language>{{ site.Language.LanguageCode }}</language>
+ <language>{{ site.Language.Locale }}</language>
{{- with $authorName }}<managingEditor>{{ . }}</managingEditor>{{ end }}
{{- with $authorName }}<webMaster>{{ . }}</webMaster>{{ end }}
{{- with .Site.Copyright }}<copyright>{{ . }}</copyright>{{ end }}