Add spacing in condition
This commit is contained in:
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user