X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=layouts%2Fpartials%2Fhead.html;fp=layouts%2Fpartials%2Fhead.html;h=0f5757bf86eef52128ee8a6f7844c8678f7d0071;hb=cb4379e19f22b0e389f369a048c5cce9321366c6;hp=46f5ee3d5401e501bc497c101dea7ae220d35e28;hpb=7e7766c9ada48098c94bd94aaac04f919dfb3297;p=theme-danix.xyz.git diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 46f5ee3..0f5757b 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,8 +1,10 @@ + + {{ $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 }}