On Mon, 10 Oct 2016 17:03:46 +1000
Dan Raymond <[email protected]> wrote:
> How to get a favicon to show if using localhost and embedded docs?
In the header skin, add meta tags to the head tag:
<link rel="shortcut icon" href="$baseurl/uv/www/favicon.ico">
<link rel="icon" href="$baseurl/uv/www/favicon.png">
This uses the unversioned files feature, where I place the icons in the
unversioned space. I have heard that 1.36 may be releasing soon, so
once that is released you can use it this way.
If you cannot wait, then what I used to do was base64 encode the files
and include them in the meta tag (since I did not want to have the
icons and PNGs in the repository).
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users