Add spacing in condition

master
Will Faught 2 years ago
parent 8f91953fdd
commit 6eef90d5cc

@ -26,7 +26,7 @@
{{ with $page.Site.Copyright }} {{ with $page.Site.Copyright }}
<copyright>{{ . }}</copyright> <copyright>{{ . }}</copyright>
{{ end }} {{ 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 }} {{ with $page.Site.LanguageCode | default .Site.Language.Lang }}
<language>{{ . }}</language> <language>{{ . }}</language>
{{ end }} {{ end }}

Loading…
Cancel
Save