]> scripts.mit.edu Git - www/ikiwiki.git/blobdiff - IkiWiki/Plugin/date.pm
httpauth: Add httpauth_pagespec setting that can be used to limit pages to only being...
[www/ikiwiki.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 () {