Add spacing in condition

This commit is contained in:
Will Faught
2023-01-29 12:08:55 -08:00
parent 8f91953fdd
commit 6eef90d5cc

View File

@@ -26,7 +26,7 @@
{{ with $page.Site.Copyright }}
<copyright>{{ . }}</copyright>
{{ end }}
<description>{{ with $title }}{{ . }}{{ else }}Recent content{{ end }}</description>
<description>{{ with $title -}} {{- . -}} {{- else -}} Recent content {{- end }}</description>
{{ with $page.Site.LanguageCode | default .Site.Language.Lang }}
<language>{{ . }}</language>
{{ end }}