From e0ed8ed34d9e2ea2e27fc2ad7918733733bd07f5 Mon Sep 17 00:00:00 2001 From: Fernando Cucchietti Date: Mon, 5 Jun 2023 17:06:39 +0200 Subject: [PATCH] Fix bug in header.html The page Title would link always to hardcoded root of the site ( "/" ), with the fix it will link to the base URL. Signed-off-by: Fernando Cucchietti --- layouts/partials/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/header.html b/layouts/partials/header.html index e3f4b660..e2a04f22 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -15,7 +15,7 @@ {{- end }}