Skip to content

Commit 060313d

Browse files
committed
created favicons via https://realfavicongenerator.net/
and inserted respective code snippets, implementing #102
1 parent 8fcd445 commit 060313d

File tree

8 files changed

+37
-0
lines changed

8 files changed

+37
-0
lines changed

_layouts/default.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@
1010
<title>{{ page.title }} - {{ site.title }}</title>
1111
<link href="{{ '/assets/css/main.css' | relative_url }}"
1212
rel="stylesheet" />
13+
<link rel="icon" type="image/png"
14+
href="{{ '/assets/favicon/favicon-96x96.png' | relative_url }}"
15+
sizes="96x96" />
16+
<link rel="icon" type="image/svg+xml"
17+
href="{{ '/assets/favicon/favicon.svg' | relative_url }}" />
18+
<link rel="shortcut icon"
19+
href="{{ '/assets/favicon/favicon.' | relative_url }}" />
20+
<link rel="apple-touch-icon" sizes="180x180"
21+
href="{{ '/assets/favicon/apple-touch-icon.png' | relative_url }}" />
22+
<meta name="apple-mobile-web-app-title" content="ViFE" />
23+
<link rel="manifest"
24+
href="{{ '/assets/favicon/site.webmanifest' | relative_url }}" />
25+
1326
{% include matomo.html %}
1427
</head>
1528
<body>
4.82 KB
Loading

assets/favicon/favicon-96x96.png

3.16 KB
Loading

assets/favicon/favicon.ico

14.7 KB
Binary file not shown.

assets/favicon/favicon.svg

Lines changed: 3 additions & 0 deletions
Loading

assets/favicon/site.webmanifest

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "ViFE Website",
3+
"short_name": "ViFE",
4+
"icons": [
5+
{
6+
"src": "/assets/favicon/web-app-manifest-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png",
9+
"purpose": "maskable"
10+
},
11+
{
12+
"src": "/assets/favicon/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+
}
5.24 KB
Loading
22.6 KB
Loading

0 commit comments

Comments
 (0)