website/layouts/index.redirects

6 lines
173 B
Plaintext
Raw Permalink Normal View History

2021-03-09 18:56:02 +05:30
# redirects for Netlify - https://www.netlify.com/docs/redirects/
{{- range $p := .Site.Pages -}}
{{- range .Aliases }}
{{ . }} {{ $p.RelPermalink -}}
{{- end }}
{{- end -}}