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

4 lines
366 B
HTML

{{ $gallery_options := (dict "targetPath" "css/main-gallery.css" "outputStyle" "compressed") }}
{{ $gallery_template := resources.Get "sass/main-gallery.scss" }}
{{ $gallery_style := $gallery_template | resources.ExecuteAsTemplate "gallery_parsed.scss" . | toCSS $gallery_options | resources.Minify }}
<link rel="stylesheet" href="{{ $gallery_style.RelPermalink }}">