diff --git a/apple-touch-icon.png b/apple-touch-icon.png new file mode 100644 index 0000000..c389bc0 Binary files /dev/null and b/apple-touch-icon.png differ diff --git a/favicon-96x96.png b/favicon-96x96.png new file mode 100644 index 0000000..903441a Binary files /dev/null and b/favicon-96x96.png differ diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..37bc881 Binary files /dev/null and b/favicon.ico differ diff --git a/favicon.svg b/favicon.svg new file mode 100644 index 0000000..b197d82 --- /dev/null +++ b/favicon.svg @@ -0,0 +1,17 @@ + \ No newline at end of file diff --git a/site.webmanifest b/site.webmanifest new file mode 100644 index 0000000..fb5c8ae --- /dev/null +++ b/site.webmanifest @@ -0,0 +1,21 @@ +{ + "name": "actuel-inactuel", + "short_name": "a-i", + "icons": [ + { + "src": "/web-app-manifest-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/web-app-manifest-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ], + "theme_color": "#000000", + "background_color": "#000000", + "display": "standalone" +} \ No newline at end of file diff --git a/site/snippets/header.php b/site/snippets/header.php index cdb71bc..af63b38 100644 --- a/site/snippets/header.php +++ b/site/snippets/header.php @@ -47,6 +47,14 @@ if (!$kirby->user() && (!in_array($page->uri(), $openPageURIS))) { } + + + + + + + +