]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/favicon/discussion.mdwn
comment
[ikiwiki.git] / doc / plugins / favicon / discussion.mdwn
1 To change favicon you need edit lib/perl5/site_perl/5.8.8/IkiWiki/Plugin/favicon.pm and change line:
2 > $template->param(favicon => "favicon.ico");
3  
4 at the end of file. And rebuild wiki:
5 > ikiwiki -setup your_wiki_config
6
7 After reload page you'll see your new favicon.
8
9 That method allow configure Animated PNG even:
10 > ikiwiki.sphynkx.org.ua
11
12 ----
13 Sphynkx
14
15 > Typically sites that use animated pngs (ugh!) as favicons just call it
16 > `favicon.ico`. It's not as if (most) web servers and browsers trust
17 > the filename extension to mean anything anyway. And using favicon.ico
18 > makes it more likely to work with old browsers that just always look for
19 > that. --[[Joey]]