fix: Le favicon est toujours à la racine
This commit is contained in:
parent
12fbdefaf7
commit
22ded724cd
|
@ -1,3 +1,3 @@
|
||||||
{{ $style := resources.Get "css/main.sass" | toCSS | minify | fingerprint }}
|
{{ $style := resources.Get "css/main.sass" | toCSS | minify | fingerprint }}
|
||||||
<link rel="stylesheet" href="{{ $style.Permalink }}">
|
<link rel="stylesheet" href="{{ $style.Permalink }}">
|
||||||
<link rel="icon" href="favicon.ico" />
|
<link rel="icon" href="/favicon.ico" />
|
||||||
|
|
Loading…
Reference in New Issue