Update layouts/partials/page_header.html

This commit is contained in:
Stephan Hadan 2025-01-29 12:41:15 +01:00
parent 63c8be48ed
commit 9161d4e50a

View file

@ -13,7 +13,7 @@
{{ end }}
</li>
{{ end }}
<li><a href="{{.Site.BaseURL}}{{ with .Site.Params.Author.aboutpage }}{{ . }}">Über</a></li>{{ end }}
<li><a href="{{.Site.BaseURL}}{{ with .Site.Params.Author.aboutpage }}{{ . }}{{ end }}">Über</a></li>
</ul>
{{ else }}
<ul>
@ -22,7 +22,7 @@
<a href="{{.URL}}">{{ .Name }}</a>
</li>
{{ end }}
<li><a href="{{.Site.BaseURL}}{{ with .Site.Params.Author.aboutpage }}{{ . }}">Über</a></li>{{ end }}
<li><a href="{{.Site.BaseURL}}{{ with .Site.Params.Author.aboutpage }}{{ . }}{{ end }}">Über</a></li>
</ul>
{{ end }}
</div>