Merge pull request #775 from james-d-elliott/fix-aliases
fix(layouts): index.redirects truncates newline
This commit is contained in:
commit
9845b8206c
|
@ -1,8 +1,8 @@
|
||||||
{{- range $p := .Site.Pages -}}
|
{{- range $p := .Site.Pages -}}
|
||||||
{{- range .Aliases }}
|
{{- range .Aliases }}
|
||||||
{{ . }} {{ $p.RelPermalink -}}
|
{{ . }} {{ $p.RelPermalink }}
|
||||||
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end -}}
|
|
||||||
|
|
||||||
# /docs/1.0/prologue/ /docs/1.0/prologue/introduction/
|
# /docs/1.0/prologue/ /docs/1.0/prologue/introduction/
|
||||||
# /docs/1.0/help/ /docs/1.0/help/how-to-update/
|
# /docs/1.0/help/ /docs/1.0/help/how-to-update/
|
||||||
|
|
Loading…
Reference in New Issue