website/layouts/index.redirects
2021-03-09 18:56:02 +05:30

6 lines
173 B
Plaintext

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