]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - IkiWiki/Plugin/date.pm
Use add_autofile() in tag.pm
[git.ikiwiki.info.git] / IkiWiki / Plugin / date.pm
index 8f2aa73d6f60eeca3aece6954a146219ebc63feb..652e6df0a67ca75aba0e2eec9bdbbc3bb6c04e45 100644 (file)
@@ -6,8 +6,8 @@ use strict;
 use IkiWiki 3.00;
 
 sub import {
-       hook(type => "getsetup", id => "meta", call => \&getsetup);
-       hook(type => "preprocess", id => "meta", call => \&preprocess);
+       hook(type => "getsetup", id => "date", call => \&getsetup);
+       hook(type => "preprocess", id => "date", call => \&preprocess);
 }
 
 sub getsetup () {