portails/layouts/index.redirects

6 lines
173 B
Plaintext
Raw Normal View History

2020-04-15 15:48:16 +02:00
# redirects for Netlify - https://www.netlify.com/docs/redirects/
{{- range $p := .Site.Pages -}}
{{- range .Aliases }}
{{ . }} {{ $p.RelPermalink -}}
{{- end }}
{{- end -}}