From 4fdd77c8717963ed607102d9cd70ce425eddbb2b Mon Sep 17 00:00:00 2001 From: panr Date: Tue, 21 Jun 2022 21:30:21 +0200 Subject: [PATCH] minor fixes --- layouts/partials/head.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 5596edb..70cfd00 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,4 +1,4 @@ - + @@ -7,9 +7,8 @@ {{ template "_internal/google_analytics.html" . }} - {{ $defaultStyles := resources.Get "css/style.scss" }} - + {{ if (isset .Params "color") }} {{ $localColorCss := resources.Get (printf "css/color/%s.scss" .Params.color) }} {{ $localCss := slice $localColorCss $defaultStyles | resources.Concat (printf "css/%s-local.scss" .Params.color) }}