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

3 lines
162 B
HTML
Raw Permalink Normal View History

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