Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.redirects « layouts - github.com/h-enk/doks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4323285cddec1922ef9a761f41f8cb6a27cc3c95 (plain)
1
2
3
4
5
6
# redirects for Netlify - https://www.netlify.com/docs/redirects/
{{- range $p := .Site.Pages -}}
{{- range .Aliases }}
{{ . }} {{ $p.RelPermalink -}}
{{- end }}
{{- end -}}