summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--IkiWiki/Plugin/date.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/IkiWiki/Plugin/date.pm b/IkiWiki/Plugin/date.pm
index 8f2aa73d6..652e6df0a 100644
--- a/IkiWiki/Plugin/date.pm
+++ b/IkiWiki/Plugin/date.pm
@@ -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 () {