Move recent content wording to fallback
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
{{ with .Site.Copyright }}
|
{{ with .Site.Copyright }}
|
||||||
<copyright>{{ . }}</copyright>
|
<copyright>{{ . }}</copyright>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<description>Recent content{{ with $title }} in {{ . }}{{ end }}</description>
|
<description>{{ with $title }}{{ . }}{{ else }}Recent content{{ end }}</description>
|
||||||
{{ with .Site.LanguageCode | default .Site.Language.Lang }}
|
{{ with .Site.LanguageCode | default .Site.Language.Lang }}
|
||||||
<language>{{ . }}</language>
|
<language>{{ . }}</language>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Reference in New Issue
Block a user