Skip to content

Commit

Permalink
Fix favicon in sub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
laqieer committed Sep 2, 2024
1 parent 16f5956 commit 966a89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/head-custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
{% include head-custom-google-analytics.html %}

<!-- You can set your favicon here -->
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/>
<link rel="shortcut icon" type="image/x-icon" href="{{ '/favicon.ico' | relative_url }}"/>

<!-- end custom head snippets -->

0 comments on commit 966a89c

Please sign in to comment.