Skip to content

Commit

Permalink
Fix favicon not showing on any page but main
Browse files Browse the repository at this point in the history
  • Loading branch information
farazkaleemmalik committed Oct 9, 2023
1 parent d8a31cf commit f069748
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _includes/favicon.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- Generated using https://favicon.io/ -->
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png?">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png?">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png?">
<link rel="manifest" href=site.webmanifest">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?">
<link rel="manifest" href="site.webmanifest">

0 comments on commit f069748

Please sign in to comment.