1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-08-01 13:37:49 +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/
!site/_includes/ !site/_includes/
!site/assets/
!site/blog/ !site/blog/
!*.css
!*.md !*.md
!*.vto !*.vto

View file

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

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