Add site language fallback for RSS language
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
<copyright>{{ . }}</copyright>
|
<copyright>{{ . }}</copyright>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<description>Recent content{{ with $title }} in {{ . }}{{ end }}</description>
|
<description>Recent content{{ with $title }} in {{ . }}{{ end }}</description>
|
||||||
{{ with .Site.LanguageCode }}
|
{{ with .Site.LanguageCode | default .Site.Language.Lang }}
|
||||||
<language>{{ . }}</language>
|
<language>{{ . }}</language>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if and .Date (not .Date.IsZero) }}
|
{{ if and .Date (not .Date.IsZero) }}
|
||||||
|
Reference in New Issue
Block a user