Revert "Fix link to »Blog« on demo page"
This reverts commit 9863ab4f50
.
Whoops. I should update my local version of `hugo` 😊.
This broke the build, see https://github.com/janraasch/hugo-bearblog/actions/runs/3057300422/jobs/4932310672
This commit is contained in:
parent
9863ab4f50
commit
90982df8c9
@ -3,5 +3,5 @@
|
|||||||
<a href="{{ .URL }}">{{ .Name }}</a>
|
<a href="{{ .URL }}">{{ .Name }}</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ with .Site.GetPage "/blog" }}
|
{{ with .Site.GetPage "/blog" }}
|
||||||
<a href="{{ .URL }}">Blog</a>
|
<a href="{{ "/blog" | relURL }}">Blog</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user