From 1c443d5ffda1ba8851809112541984f239d4d925 Mon Sep 17 00:00:00 2001 From: Maarten Coonen Date: Mon, 12 Aug 2024 12:34:31 +0200 Subject: [PATCH] Fix in relative URL for site icon --- _config.yml | 4 ++-- _includes/footer.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 44b5bc6..478f4df 100755 --- a/_config.yml +++ b/_config.yml @@ -6,8 +6,8 @@ baseurl: "/" # the subpath of your site, e.g. /blog permalink: ':title:output_ext' url: "https://maastrichtu-library.github.io/digitalheritage-tech" # the base hostname & protocol for your site, e.g. http://example.com logo: "/assets/img/branding/UM-logo-light.svg" -logo-icon: "./assets/img/branding/UM-symbol-dark.png" -logo-icon-SEO: "./assets/img/branding/UM-symbol-light.png" # must be a non SVG file +logo-icon: "/assets/img/branding/UM-symbol-dark.png" +logo-icon-SEO: "/assets/img/branding/UM-symbol-light.png" # must be a non SVG file # Night/Dark mode # Default mode is "auto", "auto" is for auto nightshift diff --git a/_includes/footer.html b/_includes/footer.html index a66bb3f..554ab71 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -5,7 +5,7 @@