fix some bad copy and pasted plugin ids
parent
30204f5d8f
commit
4ac5685744
|
@ -6,7 +6,7 @@ use IkiWiki 2.00;
|
||||||
no warnings;
|
no warnings;
|
||||||
|
|
||||||
sub import { #{{{
|
sub import { #{{{
|
||||||
hook(type => "checkconfig", id => "skeleton", call => \&checkconfig);
|
hook(type => "checkconfig", id => "ddate", call => \&checkconfig);
|
||||||
} # }}}
|
} # }}}
|
||||||
|
|
||||||
sub checkconfig () { #{{{
|
sub checkconfig () { #{{{
|
||||||
|
|
|
@ -14,7 +14,7 @@ my %page_numfeeds;
|
||||||
sub import { #{{{
|
sub import { #{{{
|
||||||
hook(type => "getopt", id => "inline", call => \&getopt);
|
hook(type => "getopt", id => "inline", call => \&getopt);
|
||||||
hook(type => "checkconfig", id => "inline", call => \&checkconfig);
|
hook(type => "checkconfig", id => "inline", call => \&checkconfig);
|
||||||
hook(type => "sessioncgi", id => "skeleton", call => \&sessioncgi);
|
hook(type => "sessioncgi", id => "inline", call => \&sessioncgi);
|
||||||
hook(type => "preprocess", id => "inline",
|
hook(type => "preprocess", id => "inline",
|
||||||
call => \&IkiWiki::preprocess_inline);
|
call => \&IkiWiki::preprocess_inline);
|
||||||
hook(type => "pagetemplate", id => "inline",
|
hook(type => "pagetemplate", id => "inline",
|
||||||
|
|
|
@ -40,7 +40,7 @@ sub default_timetable {
|
||||||
}
|
}
|
||||||
|
|
||||||
sub import { #{{{
|
sub import { #{{{
|
||||||
hook(type => "checkconfig", id => "skeleton", call => \&checkconfig);
|
hook(type => "checkconfig", id => "prettydate", call => \&checkconfig);
|
||||||
} # }}}
|
} # }}}
|
||||||
|
|
||||||
sub checkconfig () { #{{{
|
sub checkconfig () { #{{{
|
||||||
|
|
Loading…
Reference in New Issue