fix(layouts): index.redirects truncates newline

This fixes an issue where the generation of aliases may remove newlines erroneously moving subsequent lines to the same line as the last alias or otherwise mangle the output.
This commit is contained in:
James Elliott 2022-06-05 21:45:54 +10:00
parent cf51ea887d
commit 5ce5220826
No known key found for this signature in database
GPG Key ID: 0F1C4A096E857E49
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
{{- range $p := .Site.Pages -}}
{{- range .Aliases }}
{{ . }} {{ $p.RelPermalink -}}
{{ . }} {{ $p.RelPermalink }}
{{- end }}
{{- end }}
{{- end -}}
# /docs/1.0/prologue/ /docs/1.0/prologue/introduction/
# /docs/1.0/help/ /docs/1.0/help/how-to-update/