Fixed switch to "home" when deploying to subpath

This commit is contained in:
Stephan Hadan 2025-01-29 10:40:09 +01:00
parent 114e17261c
commit 2226a0aa9f

View file

@ -1,6 +1,6 @@
<header>
<nav>
<h1><a href="/">@{{ .Site.Params.Author.handle }}</a> {{ .Site.Title }}.</h1>
<h1><a href="{{.Site.BaseURL}}">@{{ .Site.Params.Author.handle }}</a> {{ .Site.Title }}.</h1>
<div class="menu">
{{ if isset .Site.Params "rsssections" }}
{{ $.Scratch.Add "sections" .Site.Params.rsssections }}