From 90982df8c92d0fd1eaea66d470aa06cbec7e6617 Mon Sep 17 00:00:00 2001 From: Jan Raasch Date: Thu, 15 Sep 2022 04:03:44 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"Fix=20link=20to=20=C2=BBBlog=C2=AB=20?= =?UTF-8?q?on=20demo=20page"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- layouts/partials/nav.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html index 352779f..def9b6e 100644 --- a/layouts/partials/nav.html +++ b/layouts/partials/nav.html @@ -3,5 +3,5 @@ {{ .Name }} {{ end }} {{ with .Site.GetPage "/blog" }} -Blog +Blog {{ end }}