about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/profpatsch/profpatsch.de/index.html.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/profpatsch/profpatsch.de/index.html.nix b/pkgs/profpatsch/profpatsch.de/index.html.nix
index 607d5d0c..53381a05 100644
--- a/pkgs/profpatsch/profpatsch.de/index.html.nix
+++ b/pkgs/profpatsch/profpatsch.de/index.html.nix
@@ -13,6 +13,13 @@
     <meta name="description" content="Oh the things you’ll see …">
     <meta name="viewport" content="width=device-width, initial-scale=1">
 
+    <!--
+    prevent favicon request, based on answers in
+    https://stackoverflow.com/questions/1321878/how-to-prevent-favicon-ico-requests
+    TODO: create favicon
+    -->
+    <link rel="icon" href="data:,">
+
     <link rel="preload" href="${jsJquery}" as="script">
     <link rel="preload" href="${cssNormalize}" as="style">
     <link rel="preload" href="${cssMain}" as="style">