Merge pull request #775 from james-d-elliott/fix-aliases

fix(layouts): index.redirects truncates newline
This commit is contained in:
Henk Verlinde
2022-06-21 16:54:54 +02:00
committed by GitHub

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/