mirror of
https://github.com/naoufalzerai/zerai.xyz.git
synced 2025-12-24 22:43:58 +00:00
fix the fucking font's path
This commit is contained in:
@@ -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 -}}">
|
||||
Reference in New Issue
Block a user