diff options
Diffstat (limited to 'layouts/rss.xml')
| -rw-r--r-- | layouts/rss.xml | 2 |
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 }} |
