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