From d0cc34396d7619245aca742736f65e16ad2cbe1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sat, 16 Mar 2024 18:40:06 +0100 Subject: [PATCH] openapi: next try #804 Hugo's making me angry --- layouts/404.html | 2 +- layouts/partials/header.html | 2 +- layouts/partials/stylesheet.html | 4 ++-- layouts/partials/toBaseRelURL.hugo | 7 +++++++ static/js/theme.js | 3 +++ 5 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 layouts/partials/toBaseRelURL.hugo diff --git a/layouts/404.html b/layouts/404.html index 45556ef4d6..dbc1ff0705 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -14,7 +14,7 @@ {{ $title }} {{- partialCached "favicon.html" . }} - {{- partialCached "stylesheet.html" (dict "page" . "outputFormat" $outputFormat) $outputFormat }} + {{- partial "stylesheet.html" (dict "page" . "outputFormat" $outputFormat) }}