feat: update meta tags

This commit is contained in:
Henk Verlinde
2021-06-25 16:04:42 +02:00
parent 75bde49e1c
commit 819cbc3ae8
13 changed files with 294 additions and 217 deletions

View File

@ -1,6 +1,6 @@
# redirects for Netlify - https://www.netlify.com/docs/redirects/
{{- range $p := .Site.Pages -}}
{{- range .Aliases }}
{{ . }} {{ $p.RelRelPermalink -}}
{{ . }} {{ $p.RelPermalink -}}
{{- end }}
{{- end -}}