fix the fucking font's path

This commit is contained in:
naoufal zerai
2022-08-19 22:21:27 -04:00
parent 90573f34c6
commit 21a2a504ac
3 changed files with 1 additions and 27 deletions

View File

@@ -78,5 +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="/css/style.css" >
<link rel="stylesheet" href="{{- $coreCSS.RelPermalink -}}" integrity="{{- $coreCSS.Data.Integrity -}}">