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

2 lines
162 B
HTML

{{ $style := resources.Get . | toCSS | minify | fingerprint }}
<link rel="stylesheet" href="{{ $style.RelPermalink }}" integrity="{{ $style.Data.Integrity }}" />