From 2b50ce922a1815416a34b347c4e4d63acdf8cb26 Mon Sep 17 00:00:00 2001 From: JulesFouchy <45451201+JulesFouchy@users.noreply.github.com> Date: Thu, 3 Jun 2021 02:31:04 +0200 Subject: [PATCH] Fix favicon links when using a / in baseURL (#53) * Fix favicon links when using a / in baseURL * Favicon links : Use absURL instead of baseURL --- layouts/partials/head.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index d22678a..4832d1b 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -16,11 +16,11 @@ {{ end }} - - - - - + + + + +