From 8a0a2e1218268d54aa206bb8588f2c63b1889058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reynir=20Bj=C3=B6rnsson?= Date: Fri, 10 Jan 2025 12:21:49 +0100 Subject: [PATCH] resources.ToCSS is deprecaed. Use css.Sass I don't know if they are interchangeable or if there are significant changes. Let's find out in CI! --- themes/datacoop2020/layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/datacoop2020/layouts/partials/head.html b/themes/datacoop2020/layouts/partials/head.html index fbad73c..b4a4576 100644 --- a/themes/datacoop2020/layouts/partials/head.html +++ b/themes/datacoop2020/layouts/partials/head.html @@ -20,7 +20,7 @@ {{ template "_internal/twitter_cards.html" . }} {{ template "_internal/opengraph.html" . }} - {{ $style := resources.Get "static/css/style.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint "sha512" }} + {{ $style := resources.Get "static/css/style.scss" | css.Sass | resources.Minify | resources.Fingerprint "sha512" }} {{ .Title }} | {{ .Site.Title }}