From 787e194d41a1b1cf13fd61a799506a1479b84958 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Sun, 2 Mar 2025 13:40:21 -0800 Subject: [PATCH] Update theme with new Hugo support Signed-off-by: Danila Fedorin --- layouts/shortcodes/donate_css.html | 2 +- layouts/shortcodes/gmachine_css.html | 2 +- layouts/shortcodes/stack_css.html | 2 +- layouts/thevoid/baseof.html | 2 +- themes/vanilla | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/layouts/shortcodes/donate_css.html b/layouts/shortcodes/donate_css.html index 157d639..87f2b2c 100644 --- a/layouts/shortcodes/donate_css.html +++ b/layouts/shortcodes/donate_css.html @@ -1,2 +1,2 @@ -{{ $style := resources.Get "scss/donate.scss" | resources.ToCSS | resources.Minify }} +{{ $style := resources.Get "scss/donate.scss" | css.Sass | resources.Minify }} diff --git a/layouts/shortcodes/gmachine_css.html b/layouts/shortcodes/gmachine_css.html index 5540266..ed92ef6 100644 --- a/layouts/shortcodes/gmachine_css.html +++ b/layouts/shortcodes/gmachine_css.html @@ -1,2 +1,2 @@ -{{ $style := resources.Get "scss/gmachine.scss" | resources.ToCSS | resources.Minify }} +{{ $style := resources.Get "scss/gmachine.scss" | css.Sass | resources.Minify }} diff --git a/layouts/shortcodes/stack_css.html b/layouts/shortcodes/stack_css.html index 715d3b2..46ffd63 100644 --- a/layouts/shortcodes/stack_css.html +++ b/layouts/shortcodes/stack_css.html @@ -1,2 +1,2 @@ -{{ $style := resources.Get "scss/stack.scss" | resources.ToCSS | resources.Minify }} +{{ $style := resources.Get "scss/stack.scss" | css.Sass | resources.Minify }} diff --git a/layouts/thevoid/baseof.html b/layouts/thevoid/baseof.html index 91efa1d..3850676 100644 --- a/layouts/thevoid/baseof.html +++ b/layouts/thevoid/baseof.html @@ -3,7 +3,7 @@ {{- partial "head.html" . -}} - {{ $voidcss := resources.Get "scss/thevoid.scss" | resources.ToCSS | resources.Minify }} + {{ $voidcss := resources.Get "scss/thevoid.scss" | css.Sass | resources.Minify }} {{- partial "header.html" . -}}

diff --git a/themes/vanilla b/themes/vanilla index 2beded7..c5c5740 160000 --- a/themes/vanilla +++ b/themes/vanilla @@ -1 +1 @@ -Subproject commit 2beded7c1450961def3aaff25ab02734dc2b1186 +Subproject commit c5c57405b038a5b94c71b595fa010a59450a8e97