From cf9bc8d45f274941bf5c8b4183fa38b8fe436604 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 17 May 2021 10:02:00 -0400 Subject: use SVG for /favicon.ico if browser asks for it This makes Chromium use the SVG favicon universally including as the favicon for non-HTML files. --- static/install/cli.html | 2 +- static/install/index.html | 2 +- static/install/web.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'static/install') diff --git a/static/install/cli.html b/static/install/cli.html index a15ea08f..91b95d0d 100644 --- a/static/install/cli.html +++ b/static/install/cli.html @@ -19,7 +19,7 @@ - + diff --git a/static/install/index.html b/static/install/index.html index 6a974479..60b16510 100644 --- a/static/install/index.html +++ b/static/install/index.html @@ -19,7 +19,7 @@ - + diff --git a/static/install/web.html b/static/install/web.html index 5bca7067..b85ba3e8 100644 --- a/static/install/web.html +++ b/static/install/web.html @@ -19,7 +19,7 @@ - + -- cgit v1.3.1