]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/meta.pm
* Patch from Emanuele Aina to fix modification time code in mercurual
[ikiwiki.git] / IkiWiki / Plugin / meta.pm
index 5bcd658378f37c630fe4b389f7bf25dfc95faeb7..2e5fd7e76959deaa7aed03445284c2b8bb4fb59c 100644 (file)
@@ -13,7 +13,7 @@ my %author;
 my %authorurl;
 
 sub import { #{{{
 my %authorurl;
 
 sub import { #{{{
-       hook(type => "preprocess", id => "meta", call => \&preprocess);
+       hook(type => "preprocess", id => "meta", call => \&preprocess, scan => 1);
        hook(type => "filter", id => "meta", call => \&filter);
        hook(type => "pagetemplate", id => "meta", call => \&pagetemplate);
 } # }}}
        hook(type => "filter", id => "meta", call => \&filter);
        hook(type => "pagetemplate", id => "meta", call => \&pagetemplate);
 } # }}}