Files
bobatheme/layouts/home.redirects
bbaovanc c23b43342c WIP: finished implementation of Netlify _redirects
TBD will be caddy, not sure whether this is actually a good idea because
including a Caddy file directly from GitHub Actions accessible job
output might be a config injection risk.
2026-07-08 02:18:53 -05:00

8 lines
135 B
Plaintext

{{ range hugo.Sites -}}
{{ range $p := .Pages -}}
{{ range .Aliases -}}
{{ . }} {{ $p.RelPermalink }}
{{ end -}}
{{ end -}}
{{ end -}}