From 55308f7703192bd0bad136d566b9378c39fc4d96 Mon Sep 17 00:00:00 2001 From: Daniel Kraus Date: Wed, 2 Sep 2026 09:44:44 +0200 Subject: [PATCH] Respect base URL for nav logo; prefer logo.svg over favicon.svg Reference the navbar brand image through relURL so it resolves correctly when the site is served from a non-root base URL. Use static/img/logo.svg when present, falling back to img/favicon.svg. Co-Authored-By: Claude Sonnet 5 --- layouts/_partials/header.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/layouts/_partials/header.html b/layouts/_partials/header.html index 417ee77..72e6b0f 100644 --- a/layouts/_partials/header.html +++ b/layouts/_partials/header.html @@ -1,7 +1,9 @@