Skip to content

Commit

Permalink
www: Fix favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
hkupty committed Dec 8, 2023
1 parent 22cbaa8 commit 580b96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{{ $css := resources.Get "scss/main.scss" }}
{{ $css = $css | resources.ExecuteAsTemplate "" . | toCSS | resources.Minify }}
<link rel="stylesheet" href="{{ $css.RelPermalink }}">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="icon" href="/penna/favicon.svg" type="image/svg+xml">
{{ if .IsHome }}
{{ with resources.Get "scss/index.scss" }}
{{ $pageCss := . | toCSS | resources.Minify }}
Expand Down

0 comments on commit 580b96f

Please sign in to comment.