1
Fork 0
theorangeone.net-legacy/layouts/partials/style.html

9 lines
253 B
HTML
Raw Normal View History

{{ $style := resources.Get . }}
{{ if strings.HasSuffix . ".scss" }}
{{ $style = toCSS $style }}
{{ end }}
{{ $style = minify $style | fingerprint}}
2018-08-15 21:05:51 +01:00
<link rel="stylesheet" href="{{ $style.RelPermalink }}" integrity="{{ $style.Data.Integrity }}" />