From 6be959ca812db36cbd741d3e94a019281b4c0895 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sat, 16 Aug 2025 20:01:49 +0200 Subject: fix: remove default favicon --- wiki/features/other-parameters.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'wiki/features/other-parameters.md') 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 -- cgit v1.2.3