X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/df75c5b93a1067461b649e48cc62d4c7f4d18ec7..6efa9f6b53e985797f6affb6f7a871e47ac7edf0:/IkiWiki/Plugin/date.pm?ds=sidebyside

diff --git a/IkiWiki/Plugin/date.pm b/IkiWiki/Plugin/date.pm
index 8f2aa73d6..ea5c9a9c5 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 () {
@@ -15,6 +15,7 @@ sub getsetup () {
 		plugin => {
 			safe => 1,
 			rebuild => undef,
+			section => "widget",
 		},
 }