This commit is contained in:
naoufal zerai
2022-08-19 21:55:50 -04:00
parent 64f69be76f
commit 90573f34c6
7 changed files with 28 additions and 16 deletions

View File

@@ -78,4 +78,5 @@
{{- $coreCSS = slice $coreCSS ("" | resources.FromString "css/_core.css") | resources.Concat "css/core.css" -}}
{{- $coreCSS = $coreCSS | resources.Minify | resources.Fingerprint "sha384" -}}
<link rel="stylesheet" href="/style.css" >
<link rel="stylesheet" href="{{- $coreCSS.RelPermalink -}}" integrity="{{- $coreCSS.Data.Integrity -}}">