summaryrefslogtreecommitdiff
path: root/templates/default.html
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2022-04-28 09:42:32 +0200
committerStefan Kreutz <mail@skreutz.com>2022-04-28 09:42:32 +0200
commitbf1e137081e83cc1961f85c5040daf2eaa262d8b (patch)
tree8e6dd9c40432e2ef8ea5d34f4678267b98f6abb5 /templates/default.html
parent7e0ca88a08e1c8274065968a72269f418fc9ea9f (diff)
downloadblog-bf1e137081e83cc1961f85c5040daf2eaa262d8b.tar
Inline empty icon
Prevent browsers from requesting nonexistent /favicon.ico.
Diffstat (limited to 'templates/default.html')
-rw-r--r--templates/default.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/default.html b/templates/default.html
index 739995b..52ef143 100644
--- a/templates/default.html
+++ b/templates/default.html
@@ -13,6 +13,7 @@
<title>skreutz.com - $title$</title>
<link rel="stylesheet" href="/css/normalize.css">
<link rel="stylesheet" href="/css/site.css">
+ <link rel="icon" href="data:,">
<link rel="alternate" type="application/rss+xml" href="/feeds/posts.rss" title="Stefan Kreutz' Blog">
<link rel="alternate" type="application/atom+xml" href="/feeds/posts.atom" title="Stefan Kreutz' Blog">
</head>
Generated by cgit. See skreutz.com for my tech blog and contact information.