From d7ec4ae8b603bbe165d32c3730d6f8e654cab0b7 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Tue, 9 Apr 2024 20:49:56 -0500 Subject: [PATCH] Reindent root_css partial --- layouts/partials/resources/root_css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/resources/root_css.html b/layouts/partials/resources/root_css.html index aee938d..cd08844 100644 --- a/layouts/partials/resources/root_css.html +++ b/layouts/partials/resources/root_css.html @@ -2,7 +2,7 @@ (resources.Get "styles/monokai.css") | append (resources.Match "styles/root/*.css" | sort) }} {{ if not hugo.IsProduction }} - {{ $stylesheets = $stylesheets | append (resources.Get "styles/development.css") }} + {{ $stylesheets = $stylesheets | append (resources.Get "styles/development.css") }} {{ end }} {{ $rootStylesheets := slice }}