From d3762944b5fc14d3f8ddfb5b65f69352e9c6fb0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Thu, 4 May 2023 22:27:12 +0200 Subject: [PATCH] theme: fix resource URLs for 404 page on subdirectories #515 --- layouts/404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/404.html b/layouts/404.html index 76048263e9..595258d338 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -11,7 +11,7 @@ {{- .Scratch.Set "title" .Title}} {{- end }} {{ .Scratch.Get "title" }} {{ default "::" .Site.Params.titleSeparator }} {{ .Site.Title }} - + {{- partialCached "favicon.html" . }} {{- partialCached "stylesheet.html" (dict "page" . "outputFormat" $outputFormat) $outputFormat }}