X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/8e565cd80faa4791fd2158b82a2f3fea96120bb1..c56d48dbd92fbb24b6d0da77df4dc5384f6e564f:/IkiWiki/Plugin/mailbox.pm diff --git a/IkiWiki/Plugin/mailbox.pm b/IkiWiki/Plugin/mailbox.pm index 207388425..92ddf99f3 100644 --- a/IkiWiki/Plugin/mailbox.pm +++ b/IkiWiki/Plugin/mailbox.pm @@ -255,6 +255,11 @@ sub pagetemplate (@) { #{{{ my $destpage=$params{destpage}; my $template=$params{template}; + + if ($page =~ /.*comments/ && defined($config{mailbox_copyright})){ + $template->param(COPYRIGHT=>$config{mailbox_copyright}); + } + if (exists $metaheaders{$page} && $template->query(name => "meta")) { # avoid duplicate meta lines my %seen;