diff options
Diffstat (limited to 'wiki/features/other-parameters.md')
-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 |