danielrayjones/layouts/partials/extra-head.html

3 lines
289 B
HTML

{{ $options := (dict "targetPath" "extra.css" "outputStyle" "compressed" "enableSourceMap" true) }}
{{ $style := resources.Get "scss/extra.scss" | css.Sass $options | resources.Fingerprint }}
<link rel="stylesheet" href="{{ $style.RelPermalink }}" integrity="{{ $style.Data.Integrity }}">