Skip to content

Commit

Permalink
website: Refresh favicon.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaq committed Aug 9, 2024
1 parent 3ef1290 commit bc247bb
Show file tree
Hide file tree
Showing 16 changed files with 3 additions and 27 deletions.
Binary file modified website/favicons/android-chrome-192x192.png
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 website/favicons/android-chrome-256x256.png
Binary file not shown.
Binary file added website/favicons/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified website/favicons/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.
2 changes: 1 addition & 1 deletion website/favicons/browserconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#2b5797</TileColor>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file modified website/favicons/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified website/favicons/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified website/favicons/favicon.ico
Binary file not shown.
Binary file added website/favicons/mstile-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified website/favicons/mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/favicons/mstile-310x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/favicons/mstile-310x310.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/favicons/mstile-70x70.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 0 additions & 23 deletions website/favicons/safari-pinned-tab.svg

This file was deleted.

4 changes: 2 additions & 2 deletions website/favicons/site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"type": "image/png"
},
{
"src": "/android-chrome-256x256.png",
"sizes": "256x256",
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
Expand Down
1 change: 0 additions & 1 deletion website/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<link rel="icon" type="image/png" sizes="32x32" href="{{ rootURL }}/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="{{ rootURL }}/favicon-16x16.png">
<link rel="manifest" href="{{ rootURL }}/site.webmanifest">
<link rel="mask-icon" href="{{ rootURL }}/safari-pinned-tab.svg" color="#55bb55">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">

Expand Down

0 comments on commit bc247bb

Please sign in to comment.