From 281cdb775e6cb1179ffb4b166dcd5473ee0a01ce Mon Sep 17 00:00:00 2001 From: Olivier Roques Date: Sun, 31 Jan 2021 12:09:54 +0100 Subject: Support appearance customization in site config Closes #7 Closes #13 --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts') diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 6c35dd1..6a9d119 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -9,7 +9,7 @@ - {{ $style := resources.Get "sass/researcher.scss" | toCSS | minify }} + {{ $style := resources.Get "sass/researcher.scss" | resources.ExecuteAsTemplate "sass/researcher.scss" . | toCSS | minify }} {{ with .Site.Params.favicon }} -- cgit v1.2.3