From 9863ab4f50b81073367145c3edc5a991bada5e53 Mon Sep 17 00:00:00 2001 From: Jan Raasch Date: Thu, 15 Sep 2022 04:00:41 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20link=20to=20=C2=BBBlog=C2=AB=20on=20demo?= =?UTF-8?q?=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The demo is hosted at https://janraasch.github.io/hugo-bearblog/, but currently the link is »/blog«, so we end up at https://janraasch.github.io/blog with a `404` 🥹. --- 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 def9b6e..352779f 100644 --- a/layouts/partials/nav.html +++ b/layouts/partials/nav.html @@ -3,5 +3,5 @@ {{ .Name }} {{ end }} {{ with .Site.GetPage "/blog" }} -Blog +Blog {{ end }}