From a628f7ca876319d31ec948c12388a280a73d641d Mon Sep 17 00:00:00 2001 From: David Bremner Date: Mon, 1 Sep 2008 12:12:34 -0300 Subject: [PATCH] make link to mailbox.css absolute --- IkiWiki/Plugin/mailbox.pm | 4 +++- NEWS | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) 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. -- 2.26.2