Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@
<title>{{ page.title }} - {{ site.title }}</title>
<link href="{{ '/assets/css/main.css' | relative_url }}"
rel="stylesheet" />
<link rel="icon" type="image/png"
href="{{ '/assets/favicon/favicon-96x96.png' | relative_url }}"
sizes="96x96" />
<link rel="icon" type="image/svg+xml"
href="{{ '/assets/favicon/favicon.svg' | relative_url }}" />
<link rel="shortcut icon"
href="{{ '/assets/favicon/favicon.' | relative_url }}" />
<link rel="apple-touch-icon" sizes="180x180"
href="{{ '/assets/favicon/apple-touch-icon.png' | relative_url }}" />
<meta name="apple-mobile-web-app-title" content="ViFE" />
<link rel="manifest"
href="{{ '/assets/favicon/site.webmanifest' | relative_url }}" />

{% include matomo.html %}
</head>
<body>
Expand Down
Binary file added assets/favicon/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon/favicon.ico
Binary file not shown.
3 changes: 3 additions & 0 deletions assets/favicon/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions assets/favicon/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "ViFE Website",
"short_name": "ViFE",
"icons": [
{
"src": "/assets/favicon/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/assets/favicon/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
Binary file added assets/favicon/web-app-manifest-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon/web-app-manifest-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.