hugo/docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/index.redir
2019-10-21 10:52:23 +02:00

7 lines
190 B
Plaintext

# Netlify redirects. See https://www.netlify.com/docs/redirects/
{{ range $p := .Site.Pages -}}
{{ range .Aliases }}
{{ . | printf "%-35s" }} {{ $p.RelPermalink -}}
{{ end -}}
{{- end -}}