1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 18:46:40 -04:00
Files
jarv.is/layouts/index.redirects

9 lines
211 B
Plaintext

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