X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/4035c7f396edac2b4e4b6e344b12fb014542fd08..a8d313aba1094fc6d976c9ba3d09f58b768435c5:/IkiWiki/Plugin/date.pm 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 () {