From 30a2e69020902021b4a5492f2dc69cb9bbdc24ea Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Mon, 21 Jul 2025 17:27:41 +0200 Subject: [PATCH] inline my extra css --- layouts/partials/custom_head.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/layouts/partials/custom_head.html b/layouts/partials/custom_head.html index 7516970..296846d 100644 --- a/layouts/partials/custom_head.html +++ b/layouts/partials/custom_head.html @@ -1,2 +1,3 @@ -{{ $extra := resources.Get "cullmann.css" | minify }} - +{{ with resources.Get "cullmann.css" | minify }} + +{{ end }}