Move recent content wording to fallback

This commit is contained in:
Will Faught
2022-12-19 17:34:51 -08:00
parent 84dae9d027
commit 848a829aac

View File

@@ -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 }}