Merge pull request #180 from MetalBlueberry/patch-1
Fix theme.svg preload
This commit is contained in:
commit
f8eba3b591
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
|
||||
<!-- Preload -->
|
||||
{{ $dark_icon := "theme.png" }} {{ if site.Params.monoDarkIcon }} {{
|
||||
$dark_icon := "theme.svg" }} {{ end }}
|
||||
$dark_icon = "theme.svg" }} {{ end }}
|
||||
<link rel="preload" as="image" href="{{ $dark_icon | absURL }}" />
|
||||
|
||||
{{ $avatar_url := $.Scratch.Get "avatar_url" }}
|
||||
|
|
Loading…
Reference in a new issue