fix hook names

master
Joey Hess 2009-11-25 06:49:26 -05:00
parent f4cb6edd0f
commit 09dbbaf245
1 changed files with 2 additions and 2 deletions

View 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 () {