1
0
beire-hugo/themes/api-theme/layouts/partials/head.html
2020-10-21 12:47:37 +02:00

3 lines
173 B
HTML

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