hugo-theme-console/layouts/index.html
Marcin Mierzejewski 9943fc2d55 big bang
2020-04-30 22:02:40 +02:00

7 lines
No EOL
171 B
HTML

<head>
{{ range .Site.Params.navlinks }}
{{ if .home }}
<meta http-equiv="refresh" content="0; URL={{ .url | absURL }}" />
{{ end }}
{{ end }}
</head>