www.byjp.me/layouts/_default/index.redirects
JP Hastings-Spital 92a6169419 No auto generated shortlinks :(
Can't autogenerate shortlinks, as there are too many for byjp.fyi to handle! The file can't be larger than 64kb in the one file.

Keep the process for manually shortlinked files — even if it's now a little complex!
2024-07-16 23:35:46 +01:00

6 lines
204 B
Text

{{- range .Site.RegularPages -}}
{{- $shortlink := partial "shortlink.txt" . -}}
{{- if and .Permalink $shortlink -}}
{{- printf "/%s %s 301\n" $shortlink .Permalink -}}
{{- end -}}
{{- end -}}