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