Mise à jour de 'layouts/partials/head.html'

v4
gregandev 2 years ago
parent c7690df626
commit 8a810ff28f
  1. 4
      layouts/partials/head.html

@ -9,5 +9,7 @@
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
{{ $style := resources.Get "sass/main.scss" | resources.ExecuteAsTemplate "style.main.scss" . | toCSS | minify | fingerprint }}
<link rel="stylesheet" href="{{ $style.Permalink }}" integrity="" >
<!--link rel="stylesheet" href="{{ $style.Permalink }}" integrity="" -->
<link rel="stylesheet" href="/css/style.main.min.5b330efa68dc2cae8b2e72e4bdb3ea6809a2a85e4ff12133eb0caeb1bdab713b.css" integrity="" >
</head>
Loading…
Cancel
Save