Skip to content

Commit

Permalink
Fix favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Aug 15, 2024
1 parent 644aac2 commit 8c7fe57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="{{ "/assets/css/font-awesome.min.css" | relative_url }}">
<link rel="stylesheet" href="{{ "/assets/css/customstyles.css" | relative_url }}">

<link rel="shortcut icon" href="{{ "/favicon.ico?1" | relative_url }}">
<link rel="shortcut icon" href="{{ "/images/favicon.png?1" | relative_url }}">
{% seo %}

<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | absolute_url }}" />
Expand Down

0 comments on commit 8c7fe57

Please sign in to comment.