mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 18:10:33 -04:00
9 lines
221 B
Plaintext
9 lines
221 B
Plaintext
# Prefer Netlify redirects over Hugo aliases
|
|
# https://www.netlify.com/docs/redirects/
|
|
|
|
{{ range $p := .Site.Pages -}}
|
|
{{- range .Aliases }}
|
|
{{- . | printf "%-35s" }} {{ $p.RelPermalink }} 301
|
|
{{ end -}}
|
|
{{- end }}
|