Merge pull request 'Another try to fix subpath navigation problem' (#25) from hotfix/fix-menu-on-subpath-deployed-sites into main
Reviewed-on: stiebke/hugo-internet-weblog#25
This commit is contained in:
commit
5db902f70c
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue