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

v4
gregandev 2 years ago
parent b980bcf214
commit 70e355a6f7
  1. 2
      layouts/partials/head.html

@ -9,5 +9,5 @@
<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="{{ $style.Data.Integrity }}" >
<link rel="stylesheet" href="{{ $style.Permalink }}" integrity="" >
</head>
Loading…
Cancel
Save