hugo-website/themes/hugo-creative-portfolio-theme/layouts/index.html
2021-01-11 20:54:19 +01:00

7 lines
No EOL
173 B
HTML

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