index.redir (190B)
1 # Netlify redirects. See https://www.netlify.com/docs/redirects/
2 {{ range $p := .Site.Pages -}}
3 {{ range .Aliases }}
4 {{ . | printf "%-35s" }} {{ $p.RelPermalink -}}
5 {{ end -}}
6 {{- end -}}
Fork of github.com/gohugoio/hugo with reverse pagination support
git clone git://git.shimmy1996.com/hugo.git
1 # Netlify redirects. See https://www.netlify.com/docs/redirects/
2 {{ range $p := .Site.Pages -}}
3 {{ range .Aliases }}
4 {{ . | printf "%-35s" }} {{ $p.RelPermalink -}}
5 {{ end -}}
6 {{- end -}}