Skip to content

Commit

Permalink
head-custom.html update
Browse files Browse the repository at this point in the history
Fixed favicon include in header.
  • Loading branch information
slcw authored Sep 6, 2024
1 parent e0b3add commit f2181ec
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' | relative_url }}"
<link rel="shortcut icon" type="image/x-icon" href="{{ '/favicon.ico' | relative_url }}">

<!-- end custom head snippets -->

0 comments on commit f2181ec

Please sign in to comment.