From c6db1f061daf890e7acb0d18396452f5a930e3f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Wed, 11 Oct 2023 23:58:25 +0200 Subject: [PATCH] dependencies: make it work in the header #682 --- layouts/404.html | 2 +- layouts/partials/header.html | 2 +- layouts/partials/page-meta.hugo | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/layouts/404.html b/layouts/404.html index 7391ba39d5..85dc70a433 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -15,7 +15,7 @@ {{ $title }} {{- partialCached "favicon.html" . }} - {{- partialCached "stylesheet.html" (dict "page" . "outputFormat" $outputFormat) $outputFormat }} + {{- partialCached "stylesheet.html" (dict "page" . "outputFormat" $outputFormat) .RelPermalink $outputFormat }}