Skip to content

Commit ff2c49c

Browse files
authored
Make the favicon customization section a bit clearer
1 parent 44dabd4 commit ff2c49c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

community/Customisation.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,14 @@ The options you can safely change are the `description`, `theme-color`, `og:site
100100
{: .info }
101101

102102
## Website favicon
103-
A favicon is the icon you'll see on the tab in your browser, and in the favourites bar if you've favourited the website.
103+
A favicon is the icon you'll see on the tab in your browser, and in the favourites bar if you've favourited the website.
104+
104105
There are two ways to change BlueMap's favicon:
105-
1. Replace the favicon image `./bluemap/web/assets/favicon-8768b872.png`
106-
2. Copy a new image file to the BlueMap webroot (or `assets` directory) and edit the `<link rel="icon" href="./assets/favicon-8768b872.png">` in `index.html` to refer to your new image instead.
106+
- Replace the favicon image `./bluemap/web/assets/favicon-8768b872.png`
107+
108+
OR
109+
110+
- Copy a new image file to the BlueMap webroot (or `assets` directory) and edit the `<link rel="icon" href="./assets/favicon-8768b872.png">` in `index.html` to refer to your new image instead.
107111

108112
## Website title
109113
The title is the text that is on the tab in your browser.

0 commit comments

Comments
 (0)