site

bvnf.space sources
Log | Files | Refs

commit f4e930354b2bef5358dad170a3da97e8f4d50a28
parent 3b5a679c0f17fcb313ff334060fb897129ec6ff2
Author: aabacchus <ben@bvnf.space>
Date:   Tue, 24 Aug 2021 13:49:12 +0100

meta: reduce number of requests to /favicon.ico by providing inline icon

https://kisslinux.org/website

Diffstat:
Mblog/gen-index.sh | 1+
Afavicon.ico | 0
Mindex.html | 3++-
3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/blog/gen-index.sh b/blog/gen-index.sh @@ -13,6 +13,7 @@ cat << EOF <meta name="viewport" content="width=device-width, initial-scale=1" > <title>ben's blog</title> <link rel="stylesheet" href="../style.css" type="text/css"> + <link rel="icon" href=data:, > </head> <body> <header><nav> diff --git a/favicon.ico b/favicon.ico diff --git a/index.html b/index.html @@ -5,11 +5,12 @@ <meta name="viewport" content="width=device-width, initial-scale=1" > <title>ben's space</title> <link rel="stylesheet" href="style.css" type="text/css"> + <link rel="icon" href=data:,> </head> <body> <header><nav> <a>[Home]</a> - <a href="/blog">[Blog]</a> + <a href="/blog/">[Blog]</a> <a href="https://git.bvnf.space/">[Git]</a> </nav></header> <h1>Hello, world</h1>