Skip to content

Commit

Permalink
Fix favicon url
Browse files Browse the repository at this point in the history
  • Loading branch information
IFcoltransG committed Feb 7, 2024
1 parent 03c3035 commit 3b936fd
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 @@ -9,7 +9,7 @@

<meta property="og:site_name" content="{{ site.title }}">

<link rel="icon" type="image/svg" href="favicon.svg">
<link rel="icon" type="image/svg" href="{{ site.baseurl }}/favicon.svg">

<link rel="stylesheet" href="{{ site.baseurl }}/styles.css">

Expand Down

0 comments on commit 3b936fd

Please sign in to comment.