Merge pull request 'Fixed switch to "home" when deploying to subpath' (#20) from hotfix/fix-switch-to-home-when-deploying-to-subpath into main
Reviewed-on: stiebke/hugo-internet-weblog#20
This commit is contained in:
commit
4de04f79f6
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<header>
|
<header>
|
||||||
<nav>
|
<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">
|
<div class="menu">
|
||||||
{{ if isset .Site.Params "rsssections" }}
|
{{ if isset .Site.Params "rsssections" }}
|
||||||
{{ $.Scratch.Add "sections" .Site.Params.rsssections }}
|
{{ $.Scratch.Add "sections" .Site.Params.rsssections }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue