mirror of
https://github.com/christian1701/hugo-theme-console.git
synced 2025-11-02 13:39:23 +01:00
7 lines
171 B
HTML
7 lines
171 B
HTML
<head>
|
|
{{ range .Site.Params.navlinks }}
|
|
{{ if .home }}
|
|
<meta http-equiv="refresh" content="0; URL={{ .url | absURL }}" />
|
|
{{ end }}
|
|
{{ end }}
|
|
</head> |