X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=layouts%2Fpartials%2Fhead.html;h=e100d069edb20143129455c58043bda88dbec5b9;hb=b8ef5fe023a064d1e609b257786822095d85bb96;hp=7b072e880b79eb787adde7d649440f389366f556;hpb=c4e7e119c5f98879dc28baba0f3101074414f347;p=theme-danix.xyz.git diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 7b072e8..e100d06 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -3,14 +3,10 @@ - {{ $sass_options := (dict "targetPath" "css/style.css" "outputStyle" "compressed" "transpiler" "dartsass" "enableSourceMap" (not hugo.IsProduction)) }} - {{ $main_style := resources.Get "sass/main.scss" | resources.toCSS $sass_options }} + {{ $style_options := (dict "targetPath" "css/style.css" "outputStyle" "compressed" "transpiler" "dartsass" "enableSourceMap" (not hugo.IsProduction)) }} + {{ $style := resources.Get "sass/main.scss" | resources.ToCSS $style_options }} - - - - + {{ partial "funcs/favicon.html" . }}