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) }}