How do I add a favicon for my wiki?
Version 2.2 by Patrick Masson on 2013/11/30
- First, you'll need administrator privileges.
- Once logged in as an admin, go to the administration page, up to main menu bar: "Wiki" -> "Administer Wiki."
- Next find the link "Page Elements" under the "Look and Feel" tab of the left-hand side navigation.
- There you will find a field labeled, "HTTP Meta Info"
- Add the following lines in the HTTP Meta Information:
<link rel="icon" href="$xwiki.getSkinFile("favicon.ico")" type="image/x-icon"/>
<link rel="shortcut icon" href="$xwiki.getSkinFile("favicon.ico")" type="image/x-icon"/>
- Then, visit the XWiki.DefaultSkin page and attach a favicon.ico file.
- Finally, the m