From bf23ba41a9ebfc05991e080e07d7bbca8377818f Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Fri, 14 Jul 2023 08:30:16 -0700 Subject: [PATCH] Fix a typo in root_css.html --- layouts/partials/resources/root_css.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/layouts/partials/resources/root_css.html b/layouts/partials/resources/root_css.html index f705884..81f70ca 100644 --- a/layouts/partials/resources/root_css.html +++ b/layouts/partials/resources/root_css.html @@ -3,7 +3,7 @@ (resources.Get "styles/monokai.css") | append (resources.Match "styles/root/*.css" | sort) }} {{ if not hugo.IsProduction }} - {{ $allStylesheets = $allStylesheets | append (resources.Get "styles/development.css") }} + {{ $stylesheets = $stylesheets | append (resources.Get "styles/development.css") }} {{ end }} {{ $rootStylesheets := slice }} @@ -14,7 +14,6 @@ {{ if hugo.IsProduction }} {{ $rootStylesheets = slice ($rootStylesheets | resources.Concat "styles/root.css" - | minify | fingerprint "md5") }} {{ end }}