Skip to content
This repository was archived by the owner on Mar 2, 2025. It is now read-only.

Commit 1cd3099

Browse files
author
Marek Krug
committed
favicons
1 parent ba414b0 commit 1cd3099

File tree

9 files changed

+30
-0
lines changed

9 files changed

+30
-0
lines changed

assets/img/favicon.ico

-78.3 KB
Binary file not shown.

layouts/partials/favicons.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
2+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
3+
<link rel="shortcut icon" href="/favicon.ico" />
4+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
5+
<meta name="apple-mobile-web-app-title" content="CCCB" />
6+
<link rel="manifest" href="/site.webmanifest" />

static/apple-touch-icon.png

5.53 KB
Loading

static/favicon-96x96.png

2.45 KB
Loading

static/favicon.ico

14.7 KB
Binary file not shown.

static/favicon.svg

Lines changed: 3 additions & 0 deletions
Loading

static/site.webmanifest

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "CCCB",
3+
"short_name": "CCCB",
4+
"icons": [
5+
{
6+
"src": "/web-app-manifest-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png",
9+
"purpose": "maskable"
10+
},
11+
{
12+
"src": "/web-app-manifest-512x512.png",
13+
"sizes": "512x512",
14+
"type": "image/png",
15+
"purpose": "maskable"
16+
}
17+
],
18+
"theme_color": "#ffffff",
19+
"background_color": "#ffffff",
20+
"display": "standalone"
21+
}
4.86 KB
Loading
20.7 KB
Loading

0 commit comments

Comments
 (0)