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:
Jan Raasch 2022-09-15 04:03:44 +02:00
parent 9863ab4f50
commit 90982df8c9
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@
<a href="{{ .URL }}">{{ .Name }}</a>
{{ end }}
{{ with .Site.GetPage "/blog" }}
<a href="{{ .URL }}">Blog</a>
<a href="{{ "/blog" | relURL }}">Blog</a>
{{ end }}