hugo-theme-console/layouts/index.html

7 lines
171 B
HTML
Raw Normal View History

2020-04-30 20:02:40 +00:00
<head>
{{ range .Site.Params.navlinks }}
{{ if .home }}
<meta http-equiv="refresh" content="0; URL={{ .url | absURL }}" />
{{ end }}
{{ end }}
</head>