diff options
| author | 2026-08-01 13:15:38 +0700 | |
|---|---|---|
| committer | 2026-08-01 13:15:38 +0700 | |
| commit | 8a90bca75c8d8755016b46747ca943bb7b37140c (patch) | |
| tree | e45289bb96aea9216cb33a550e13c3fe477fa2cd /cgit.h | |
| parent | 793860dbd6df42d5bbf05542f2292a1c6d30fc76 (diff) | |
| download | cgitext-8a90bca75c8d8755016b46747ca943bb7b37140c.tar.gz cgitext-8a90bca75c8d8755016b46747ca943bb7b37140c.zip | |
logo: include svg variant for both favicon and logov1.3.1+11
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.
Diffstat (limited to 'cgit.h')
| -rw-r--r-- | cgit.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |