From 63de744dd3b4873bfc6951008908c5fda4369517 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Thu, 15 Aug 2024 23:35:58 +0100 Subject: [PATCH] Render a easy to use CSS for subsites --- themes/dimension/layouts/partials/css.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/dimension/layouts/partials/css.html b/themes/dimension/layouts/partials/css.html index 77e9742..7ec5308 100644 --- a/themes/dimension/layouts/partials/css.html +++ b/themes/dimension/layouts/partials/css.html @@ -9,6 +9,10 @@ {{- end }} {{- else }} +{{- with . | toCSS $opts }} + + +{{- end }} {{- with . | toCSS $opts | minify | fingerprint }} {{- end }}