4 package IkiWiki
::Plugin
::favicon
;
11 hook
(type
=> "getsetup", id
=> "favicon", call
=> \
&getsetup
);
12 hook
(type
=> "pagetemplate", id
=> "favicon", call
=> \
&pagetemplate
);
23 sub pagetemplate
(@
) {
26 my $template=$params{template
};
28 if ($template->query(name
=> "favicon")) {
29 $template->param(favicon
=> "favicon.ico");