Files
documentation/layouts/index.redirects
2021-06-07 20:36:33 +02:00

6 lines
176 B
Plaintext

# redirects for Netlify - https://www.netlify.com/docs/redirects/
{{- range $p := .Site.Pages -}}
{{- range .Aliases }}
{{ . }} {{ $p.RelRelPermalink -}}
{{- end }}
{{- end -}}