From: David Bremner Date: Mon, 1 Sep 2008 15:12:34 +0000 (-0300) Subject: make link to mailbox.css absolute X-Git-Tag: 0.4~8^2 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/a628f7ca876319d31ec948c12388a280a73d641d?hp=-c make link to mailbox.css absolute --- a628f7ca876319d31ec948c12388a280a73d641d diff --git a/IkiWiki/Plugin/mailbox.pm b/IkiWiki/Plugin/mailbox.pm index 84648e402..8e91bc4cb 100644 --- a/IkiWiki/Plugin/mailbox.pm +++ b/IkiWiki/Plugin/mailbox.pm @@ -34,9 +34,11 @@ sub import { #{{{ sub scan(@){ my %params=@_; my $page=$params{page}; + + my $linktext=$config{url}.'/mailbox.css'; push @{$metaheaders{$page}}, - '' + '' } sub preprocess (@) { #{{{ diff --git a/NEWS b/NEWS index df7ae38bb..80427a872 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +* tag 0.3 + - fix link to mailbox.css + * tag 0.2 - put back loadplugin of filecheck, without which everything fails weirdly.