From 56faea4956d0dbf05ad75bbafca81aa90d09771d Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> Date: Sat, 6 Apr 2024 19:42:00 +0200 Subject: Add ontology --- layouts/_default/baseof.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 40f8a22..b06b789 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -17,13 +17,15 @@ - {{ $stylesheetOptions := dict "transpiler" "libsass" }} + {{- $stylesheetOptions := dict "transpiler" "libsass" }} {{ $mainStylesheet := resources.Get "css/base.scss" | resources.ToCSS $stylesheetOptions | resources.Minify | resources.Fingerprint }} - {{ $darkStylesheet := resources.Get "css/dark.scss" | resources.ToCSS $stylesheetOptions | resources.Minify | resources.Fingerprint }} + {{- $darkStylesheet := resources.Get "css/dark.scss" | resources.ToCSS $stylesheetOptions | resources.Minify | resources.Fingerprint }} + {{ block "head_extras" . }} + {{ end }} -- cgit v1.3