Skip to content

Commit

Permalink
fix: favicon path
Browse files Browse the repository at this point in the history
  • Loading branch information
devich committed Apr 19, 2024
1 parent 086ee41 commit 7ef096a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<title>{{ site.title }}</title>
<!-- Favicon -->
<link rel="icon" type="image/png" href="/assets/img/favicon.png">
<link rel="icon" type="image/png" href="{{ "assets/img/favicon.png" | relative_url }}">
<!-- <link rel="manifest" href="img/site.webmanifest" /> -->
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
Expand Down

0 comments on commit 7ef096a

Please sign in to comment.