From 90982df8c92d0fd1eaea66d470aa06cbec7e6617 Mon Sep 17 00:00:00 2001 From: Jan Raasch Date: Thu, 15 Sep 2022 04:03:44 +0200 Subject: Revert "Fix link to »Blog« on demo page" 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(-) (limited to 'layouts/partials/nav.html') 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 }} -- cgit v1.2.3