From: Kai Moritz Date: Thu, 18 Dec 2025 22:32:18 +0000 (+0100) Subject: Vorübergehend auf hartkodiertes original CSS umgestellt X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=HEAD;p=website Vorübergehend auf hartkodiertes original CSS umgestellt --- diff --git a/layouts/_partials/head-original.html b/layouts/_partials/head-original.html new file mode 100644 index 0000000..1b18070 --- /dev/null +++ b/layouts/_partials/head-original.html @@ -0,0 +1,36 @@ + + +{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }} + + + + + + + + + + + + + + + + + + + + + + +{{ block "custom_css" . }}{{ end }} + + + + + +{{ partialCached "head/js.html" . }} diff --git a/layouts/baseof.html b/layouts/baseof.html index 6b0ef53..aa820cc 100644 --- a/layouts/baseof.html +++ b/layouts/baseof.html @@ -1,7 +1,7 @@ - {{ partial "head.html" . }} + {{ partial "head-original.html" . }}