From cef9146371409dae4a01a2f628e4b72d081e71f3 Mon Sep 17 00:00:00 2001 From: Geoffrey Garrett Date: Thu, 30 Jun 2022 00:40:20 +0200 Subject: [PATCH] style(syntax themes: head.html): modified templating for syntax theme --- layouts/partials/head.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 87a172cc0..867b863f8 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -36,8 +36,7 @@ {{$finalCss := $css | resources.Concat "styles.css" | resources.Fingerprint "md5" | resources.Minify }} - {{$lightSyntax := resources.Get "styles/_light_syntax.scss" | resources.ToCSS (dict "outputStyle" "compressed")}} - {{$darkSyntax := resources.Get "styles/_dark_syntax.scss" }} + {{$lightSyntax := resources.Get "styles/_light_syntax.scss" | resources.ToCSS (dict "outputStyle" "compressed") | resources.Fingerprint "md5" | resources.Minify }}