]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/prettydate.pm
add folding
[ikiwiki.git] / IkiWiki / Plugin / prettydate.pm
index be7e2c761d122019e9e1d4b5562e3c1e6c2b39a0..29330f29fd5666c75a7bead7e4fcbbcf394ea3b0 100644 (file)
@@ -40,7 +40,7 @@ sub default_timetable {
 }
 
 sub import { #{{{
-       hook(type => "getsetup", id => "getsetup", call => \&getsetup);
+       hook(type => "getsetup", id => "prettydate", call => \&getsetup);
        hook(type => "checkconfig", id => "prettydate", call => \&checkconfig);
 } # }}}