mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 04:55:30 -04:00
global header/navbar on all pages like a grown-up website (#17)
This commit is contained in:
@@ -2,7 +2,12 @@
|
||||
# https://www.netlify.com/docs/redirects/
|
||||
|
||||
{{ range $p := .Site.Pages -}}
|
||||
{{ range .Aliases }}
|
||||
{{- . | printf "%-35s" }} {{ $p.RelPermalink }}
|
||||
{{- range .Aliases }}
|
||||
{{- . | printf "%-35s" }} {{ $p.RelPermalink }} 301
|
||||
{{ end -}}
|
||||
{{- end -}}
|
||||
{{- end }}
|
||||
|
||||
# Rewrite generated manifest.json to manifest.webmanifest
|
||||
# https://github.com/w3c/manifest/issues/689
|
||||
|
||||
/manifest.webmanifest /manifest.json 200
|
||||
|
Reference in New Issue
Block a user