Skip to content

Commit

Permalink
Apparently SVG favicons are a thing now?
Browse files Browse the repository at this point in the history
  • Loading branch information
Foggalong committed Sep 6, 2021
1 parent fbe888f commit 1880213
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 19 deletions.
5 changes: 3 additions & 2 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
{%- seo -%}
<link rel="icon" href="{{ '/images/flav.ico' | relative_url }}">
<link rel="shortcut icon" href="{{ '/images/flav.ico' | relative_url }}">
<link rel="icon" href="{{ '/assets/flav.svg' | relative_url }}">
<link rel="shortcut icon" href="{{ '/assets/flav.svg' | relative_url }}">
<link rel="apple-touch-icon" href="{{ '/assets/apple-touch-icon.png' | relative_url }}">
<link rel="stylesheet" href="{{ '/assets/style.css' | relative_url }}">
{%- feed_meta -%}
</head>
Binary file added assets/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions assets/flav.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/flav.ico
Binary file not shown.
Binary file removed images/flav.png
Binary file not shown.
17 changes: 0 additions & 17 deletions images/flav.svg

This file was deleted.

0 comments on commit 1880213

Please sign in to comment.