Revert "Fix link to »Blog« on demo page"
This reverts commit 9863ab4f50b81073367145c3edc5a991bada5e53. 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>
|
||||
{{ end }}
|
||||
{{ with .Site.GetPage "/blog" }}
|
||||
<a href="{{ .URL }}">Blog</a>
|
||||
<a href="{{ "/blog" | relURL }}">Blog</a>
|
||||
{{ end }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user