]> git.zndr.dk Git - zndr-11ty.git/commitdiff
Add zndr.png icon
authorJannik ZANDER <jzander@grundfos.com>
Sun, 7 Sep 2025 08:35:08 +0000 (10:35 +0200)
committerJannik ZANDER <jzander@grundfos.com>
Sun, 7 Sep 2025 08:35:22 +0000 (10:35 +0200)
site/_includes/layouts/base.njk
site/public/zndr.png [new file with mode: 0644]

index 12cd81f34259cc4b3b7b4c5fb170d5434ed4e5b8..3c31210ff6ffce4314087ca83ac1b78b57b2be54 100644 (file)
@@ -7,7 +7,7 @@
   <meta name="description" content="Minimal start page with quick links to my self‑hosted services." />
   <meta name="color-scheme" content="light dark" />
   <meta name="theme-color" content="#111111" />
-  <link rel="icon" href="/favicon.svg">
+  <link rel="icon" href="/zndr.png">
   <link rel="stylesheet" href="/assets/styles.css">
 </head>
 <body>
diff --git a/site/public/zndr.png b/site/public/zndr.png
new file mode 100644 (file)
index 0000000..9b36921
Binary files /dev/null and b/site/public/zndr.png differ