1
0

Actualizar 'themes/api-theme/layouts/partials/head.html'

This commit is contained in:
Luca 2020-10-21 13:26:22 +00:00
parent f5a0368cbf
commit d1f6927620

View File

@ -1,2 +1,2 @@
{{ $style := resources.Get "scss/main.scss" | toCSS | minify | fingerprint }}
<link rel="stylesheet" href={{ $style.RelPermalink }} integrity="{{ $style.Data.Integrity }}">
<link rel="stylesheet" href={{ $style.Permalink }} integrity="{{ $style.Data.Integrity }}">