Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions layouts/_partials/favicons.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<link rel="icon shortcut" href="{{ "favicon.ico" | relURL }}" sizes="32x32" />
<link rel="icon" href="{{ "favicon.svg" | relURL }}" type="image/svg+xml" id="favicon-svg" />
<link rel="icon" href="{{ "favicon-16x16.png" | relURL }}" type="image/png" sizes="16x16" />
<link rel="icon" href="{{ "favicon-32x32.png" | relURL }}" type="image/png" sizes="32x32" />
<link rel="apple-touch-icon" href="{{ "apple-touch-icon.png" | relURL }}" sizes="180x180" />
<link rel="icon shortcut" href="{{ "favicons/favicon.ico" | relURL }}" sizes="32x32" />
<link rel="icon" href="{{ "favicons/favicon.svg" | relURL }}" type="image/svg+xml" />
<link rel="icon" href="{{ "favicons/favicon-dark.svg" | relURL }}" type="image/svg+xml" media="(prefers-color-scheme: dark)" />
<link rel="icon" href="{{ "favicons/favicon-16x16.png" | relURL }}" type="image/png" sizes="16x16" />
<link rel="icon" href="{{ "favicons/favicon-32x32.png" | relURL }}" type="image/png" sizes="32x32" />
<link rel="apple-touch-icon" href="{{ "favicons/apple-touch-icon.png" | relURL }}" sizes="180x180" />
<link fetchpriority="low" href="{{ "site.webmanifest" | relURL }}" rel="manifest" />
File renamed without changes
File renamed without changes
File renamed without changes
13 changes: 13 additions & 0 deletions static/favicons/favicon-dark.svg
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this has been moved to docs site, please remove it

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes
4 changes: 2 additions & 2 deletions static/site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"start_url": "index.html",
"icons": [
{
"src": "android-chrome-192x192.png",
"src": "favicons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "android-chrome-512x512.png",
"src": "favicons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
Expand Down