danielrayjones/layouts/partials/extra-head.html

3 lines
289 B
HTML
Raw Normal View History

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