4 package IkiWiki::Plugin::favicon;
11 hook(type => "pagetemplate", id => "favicon", call => \&pagetemplate);
14 sub pagetemplate (@) { #{{{
17 my $template=$params{template};
19 if ($template->query(name => "favicon")) {
20 $template->param(favicon => "favicon.ico");