diff options
Diffstat (limited to 'layouts/index.xml')
| -rw-r--r-- | layouts/index.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.xml b/layouts/index.xml index 0310854..8578fc6 100644 --- a/layouts/index.xml +++ b/layouts/index.xml @@ -23,7 +23,7 @@ {{ if ne .Title .Site.Title }}{{ with .Title }}in {{ . }} {{ end }}{{ end }}on {{ .Site.Title }}</description> <generator> Hugo</generator> - <language>{{ site.Language.LanguageCode }}</language>{{ with $authorEmail }} <managingEditor>{{.}}{{ + <language>{{ site.Language.Locale }}</language>{{ with $authorEmail }} <managingEditor>{{.}}{{ with $authorName }} ({{ . }}){{ end }}</managingEditor>{{ end }}{{ with $authorEmail }} <webMaster>{{ . }}{{ with $authorName }} ({{ . }}){{ end }}</webMaster>{{ end }}{{ with .Site.Copyright }} <copyright>{{ . }}</copyright>{{ end }}{{ if not .Date.IsZero }} <lastBuildDate>{{ (index |
