Another try to fix subpath navigation problem

This commit is contained in:
Stephan Hadan 2025-01-29 11:59:52 +01:00
parent e7b7063a65
commit d107186f6a

View file

@ -1,6 +1,6 @@
<header>
<nav>
<h1><a href="{{.site.Home.RelPermalink}}">@{{ .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 }}