diff options
author | Stefan Kreutz <mail@skreutz.com> | 2022-04-28 09:42:32 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2022-04-28 09:42:32 +0200 |
commit | bf1e137081e83cc1961f85c5040daf2eaa262d8b (patch) | |
tree | 8e6dd9c40432e2ef8ea5d34f4678267b98f6abb5 /templates/default.html | |
parent | 7e0ca88a08e1c8274065968a72269f418fc9ea9f (diff) | |
download | blog-bf1e137081e83cc1961f85c5040daf2eaa262d8b.tar |
Inline empty icon
Prevent browsers from requesting nonexistent /favicon.ico.
Diffstat (limited to 'templates/default.html')
-rw-r--r-- | templates/default.html | 1 |
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> |