mirror of
https://github.com/RGBCube/Site
synced 2025-07-30 20:47:46 +00:00
Add icon
This commit is contained in:
parent
b368e9b6fb
commit
30897048fb
4 changed files with 4 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -2,9 +2,9 @@
|
|||
|
||||
!site/
|
||||
!site/_includes/
|
||||
!site/assets/
|
||||
!site/blog/
|
||||
|
||||
!*.css
|
||||
!*.md
|
||||
!*.vto
|
||||
|
||||
|
|
|
@ -42,11 +42,11 @@
|
|||
<meta property="og:image" content="{{ thumbnail }}">
|
||||
{{ else }}
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:image" content="/icon.png">
|
||||
<meta name="twitter:image" content="/assets/icon.png">
|
||||
{{ /if }}
|
||||
|
||||
<link rel="icon" href="/icon.gif">
|
||||
<link rel="apple-touch-icon" href="/icon.png">
|
||||
<link rel="icon" href="/assets/icon.gif">
|
||||
<link rel="apple-touch-icon" href="/assets/icon.png">
|
||||
</head">
|
||||
<body>
|
||||
{{ content }}
|
||||
|
|
BIN
site/assets/icon.gif
Normal file
BIN
site/assets/icon.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 81 KiB |
BIN
site/assets/icon.png
Normal file
BIN
site/assets/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
Loading…
Add table
Add a link
Reference in a new issue