Skip to content

Commit

Permalink
favicon attributes fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
isotopp committed Nov 11, 2024
1 parent 6c059cc commit f16ecd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/head-meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta name="description" content="{{ .Site.Params.description }}">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="icon.png"><!-- TODO: provide such an icon -->
<link rel="favicon.ico" rel="icon" type="image/ico">
<link rel="icon" href=="favicon.ico" type="image/ico">
<link rel="shortcut icon" href="favicon.ico">
<link rel="canonical" href="{{ .Permalink }}">
<!-- Manually add RSS Feeds for full site, #mysql and #review -->
Expand Down

0 comments on commit f16ecd9

Please sign in to comment.