1
0
beire-hugo/themes/api-theme/layouts/partials/head.html

3 lines
170 B
HTML

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