mirror of
https://github.com/RGBCube/Site
synced 2025-08-01 13:37:49 +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
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -9,7 +9,7 @@
|
||||||
!*.vto
|
!*.vto
|
||||||
|
|
||||||
!*.gif
|
!*.gif
|
||||||
!*.png
|
!*.webp
|
||||||
!*.woff2
|
!*.woff2
|
||||||
|
|
||||||
!.gitignore
|
!.gitignore
|
||||||
|
|
|
@ -43,11 +43,11 @@
|
||||||
<meta property="og:image" content="{{ thumbnail }}">
|
<meta property="og:image" content="{{ thumbnail }}">
|
||||||
{{ else }}
|
{{ else }}
|
||||||
<meta name="twitter:card" content="summary">
|
<meta name="twitter:card" content="summary">
|
||||||
<meta name="twitter:image" content="/assets/icon.png">
|
<meta name="twitter:image" content="/assets/icon.webp">
|
||||||
{{ /if }}
|
{{ /if }}
|
||||||
|
|
||||||
<link rel="icon" href="/assets/icon.gif">
|
<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/BaiJamjureeMedium.woff2" crossorigin>
|
||||||
<link rel="preload" as="font" type="font/woff2" href="/assets/BaiJamjureeMediumItalic.woff2" crossorigin>
|
<link rel="preload" as="font" type="font/woff2" href="/assets/BaiJamjureeMediumItalic.woff2" crossorigin>
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 23 KiB |
BIN
site/assets/icon.webp
Normal file
BIN
site/assets/icon.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
Loading…
Add table
Add a link
Reference in a new issue