From 7d09a82263711b784c85a5fc7ecaba0ff91bdefc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Sun, 21 Mar 2021 19:14:10 +0000 Subject: [PATCH] Add a lightweight inline favicon (#256) Browser will query for a favicon if none were specified. Using emoji and SVG we can create a very light favicon that is still descriptive of the website and avoid having one more request done to the server for nothing. --- templates/header.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/header.html b/templates/header.html index 13a971b..71ede10 100644 --- a/templates/header.html +++ b/templates/header.html @@ -3,6 +3,7 @@ + $PAGE_TITLE