Skip to content

Commit

Permalink
Merge pull request #1007 from bevanjkay/bevanjkay-patch-1
Browse files Browse the repository at this point in the history
favicon: use `svg` logo for favicon when supported
  • Loading branch information
MikeMcQuaid committed Jan 22, 2024
2 parents c583ff9 + f6be640 commit 687e7ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
{% endcapture -%}
{{ plugin_output | replace: " />", ">" | replace: "/>", ">" -}}
<meta name="viewport" content="width=device-width">
<link rel="icon" type="image/x-icon" href="{{ "/assets/img/favicon.ico" | relative_url }}">
<link rel="alternate icon" type="image/x-icon" sizes="any" href="{{ "/assets/img/favicon.ico" | relative_url }}">
<link rel="icon" type="image/svg+xml" href="{{ "/assets/img/homebrew.svg" | relative_url }}">
<link rel="apple-touch-icon" href="{{ "/assets/img/apple-touch-icon.png" | relative_url }}">
<link rel="stylesheet" href="{{ "/assets/css/style.css" | relative_url }}" type="text/css" media="screen">
<link rel="preconnect" href="https://{{ layout.algolia.appId }}-dsn.algolia.net" crossorigin>
Expand Down

0 comments on commit 687e7ec

Please sign in to comment.