mirror of
https://github.com/RGBCube/Site
synced 2025-08-01 13:37:49 +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/
|
||||||
!site/_includes/
|
!site/_includes/
|
||||||
|
!site/assets/
|
||||||
!site/blog/
|
!site/blog/
|
||||||
|
|
||||||
!*.css
|
|
||||||
!*.md
|
!*.md
|
||||||
!*.vto
|
!*.vto
|
||||||
|
|
||||||
|
|
|
@ -42,11 +42,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="/icon.png">
|
<meta name="twitter:image" content="/assets/icon.png">
|
||||||
{{ /if }}
|
{{ /if }}
|
||||||
|
|
||||||
<link rel="icon" href="/icon.gif">
|
<link rel="icon" href="/assets/icon.gif">
|
||||||
<link rel="apple-touch-icon" href="/icon.png">
|
<link rel="apple-touch-icon" href="/assets/icon.png">
|
||||||
</head">
|
</head">
|
||||||
<body>
|
<body>
|
||||||
{{ content }}
|
{{ 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