From 8a90bca75c8d8755016b46747ca943bb7b37140c Mon Sep 17 00:00:00 2001 From: Saya Andy Date: Sat, 1 Aug 2026 13:15:38 +0700 Subject: logo: include svg variant for both favicon and logo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The reasoning behind using svg as primary defaults is simple – at close-up it is much neater, plus svg favicon is supported since 2015 in Firefox, 2020 in Chromium, 2025 in Safari. For old browsers ico is still kept as a fallback. The svg was auto-generated using a Python script and then simplified to a path, but kept close to an original. --- cgit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgit.h') diff --git a/cgit.h b/cgit.h index 847ab4e..e2b8cbc 100644 --- a/cgit.h +++ b/cgit.h @@ -205,7 +205,7 @@ struct cgit_config { char *ci_tag_url; char *clone_prefix; char *clone_url; - char *favicon; + struct string_list favicon; char *footer; char *head_include; char *header; -- cgit v1.3.1+13