From 3c2a1cd99b3020510bed936c0751cc425742dc58 Mon Sep 17 00:00:00 2001 From: "stephan.hadan" Date: Wed, 29 Jan 2025 10:22:58 +0100 Subject: [PATCH] Fixed favicon path, when deploying to subpath of domain --- layouts/partials/site_header.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/layouts/partials/site_header.html b/layouts/partials/site_header.html index b6b3b58..b8d8a35 100644 --- a/layouts/partials/site_header.html +++ b/layouts/partials/site_header.html @@ -20,10 +20,10 @@ {{ $.Scratch.Add "title" .Site.Title }} {{ with .Title }}{{ if ne . ($.Scratch.Get "title") }}{{ . }} · {{ end }}{{ end }}@{{ .Site.Params.Author.handle }} {{ .Site.Title }} - - - - + + + + -- 2.45.3