]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/more.pm
use relativedate as the css class for dates that should display relative
[ikiwiki.git] / IkiWiki / Plugin / more.pm
index 667cd64154803c37e6aad977932767cadba4f5a6..4484441c37e3fe9338cb5ab96512913da7201032 100644 (file)
@@ -8,9 +8,18 @@ use IkiWiki 2.00;
 my $linktext = gettext("more");
 
 sub import { #{{{
-       hook(type => "preprocess",  id => "more", call => \&preprocess);
+       hook(type => "getsetup", id => "more", call => \&getsetup);
+       hook(type => "preprocess", id => "more", call => \&preprocess);
 } # }}}
 
+sub getsetup () { #{{{
+       return
+               plugin => {
+                       safe => 1,
+                       rebuild => undef,
+               },
+} #}}}
+
 sub preprocess (@) { #{{{
        my %params=@_;