mirror of
https://github.com/RGBCube/Site
synced 2025-07-31 13:07:46 +00:00
Use webp for the icon instead of png
This commit is contained in:
parent
61b2f9da45
commit
0776f8115c
4 changed files with 3 additions and 3 deletions
|
@ -43,11 +43,11 @@
|
|||
<meta property="og:image" content="{{ thumbnail }}">
|
||||
{{ else }}
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:image" content="/assets/icon.png">
|
||||
<meta name="twitter:image" content="/assets/icon.webp">
|
||||
{{ /if }}
|
||||
|
||||
<link rel="icon" href="/assets/icon.gif">
|
||||
<link rel="apple-touch-icon" href="/assets/icon.png">
|
||||
<link rel="apple-touch-icon" href="/assets/icon.webp">
|
||||
|
||||
<link rel="preload" as="font" type="font/woff2" href="/assets/BaiJamjureeMedium.woff2" crossorigin>
|
||||
<link rel="preload" as="font" type="font/woff2" href="/assets/BaiJamjureeMediumItalic.woff2" crossorigin>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue