hugo-theme-zzo/layouts/partials/style/home-style.html

4 lines
339 B
HTML
Raw Normal View History

{{ $home_options := (dict "targetPath" "css/main-home.css" "outputStyle" "compressed") }}
{{ $home_template := resources.Get "sass/main-home.scss" }}
{{ $home_style := $home_template | resources.ExecuteAsTemplate "home_parsed.scss" . | toCSS $home_options | resources.Minify }}
<link rel="stylesheet" href="{{ $home_style.RelPermalink }}">