1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-07-30 20:47:46 +00:00
This commit is contained in:
RGBCube 2024-02-16 14:16:07 +03:00
parent b368e9b6fb
commit 30897048fb
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

2
.gitignore vendored
View file

@ -2,9 +2,9 @@
!site/
!site/_includes/
!site/assets/
!site/blog/
!*.css
!*.md
!*.vto

View file

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

BIN
site/assets/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB