From aacb9e2874520734334748103bc01258184ee4ce Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Mon, 25 May 2020 20:55:20 -0700 Subject: [PATCH] Prefer invisible text to unstyled text. --- themes/vanilla/layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/vanilla/layouts/partials/head.html b/themes/vanilla/layouts/partials/head.html index 41977a7..f5241e8 100644 --- a/themes/vanilla/layouts/partials/head.html +++ b/themes/vanilla/layouts/partials/head.html @@ -6,7 +6,7 @@ {{ end }} - + {{ $style := resources.Get "scss/style.scss" | resources.ToCSS | resources.Minify }} {{ $sidenotes := resources.Get "scss/sidenotes.scss" | resources.ToCSS | resources.Minify }}