diff options
author | Martin Fischer <martin@push-f.com> | 2025-08-16 20:01:49 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-08-16 20:52:57 +0200 |
commit | 6be959ca812db36cbd741d3e94a019281b4c0895 (patch) | |
tree | 66fa202153ac30cb28ad325fc6c6dddf51cdb5f8 /wiki | |
parent | bd063c30e3a0160efe187d4a766e105157ba12fd (diff) |
fix: remove default favicon
Diffstat (limited to 'wiki')
-rw-r--r-- | wiki/features/other-parameters.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/wiki/features/other-parameters.md b/wiki/features/other-parameters.md index 04db89a..aec001a 100644 --- a/wiki/features/other-parameters.md +++ b/wiki/features/other-parameters.md @@ -77,15 +77,14 @@ jsLocation = "http://example.org/umami.js" ## Favicons -The following favicons are included in the head of the website: +If `static/favicon.ico` exists the following favicons are included in the head of the website: + - `favicon.ico` - `favicon-16x16.png` - `favicon-32x32.png` - `android-chrome-192x192.png` - `apple-touch-icon.png` -You must override the existing one in your static folder. - You can also specify a subdirectory of /static if you prefer using the following param: @@ -95,7 +94,6 @@ faviconPath = 'your-path' ``` You can easily generate favicons using [this website](https://realfavicongenerator.net/) starting from your image. -[Here](https://github.com/tomfran/tomfran.github.io/tree/main/static) you can see an example of icons overriding default ones. ## OpenGraph |