shithub: hugo

ref: 70d8ddcb60b9102d57bcc6764ffb28bc4fa34f6d
dir: /docs/layouts/index.redir/

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