Skip to content

Commit

Permalink
Update head.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jkarah authored Dec 2, 2023
1 parent c460364 commit 96387bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/vixcon-hugo/layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<link rel="stylesheet" href="{{ $styles.Permalink }}" media="screen">

{{ "<!--Favicon-->" | safeHTML }}
<link rel="shortcut icon" href="favicon.ico?" type="image/x-icon">
<link rel="icon" href="favicon.ico?" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">

</head>

0 comments on commit 96387bf

Please sign in to comment.