displaytime hook is gone
parent
b33ce3139c
commit
97b94e4e88
|
@ -360,13 +360,6 @@ This hook is called whenever ikiwiki normally saves its state, just before
|
||||||
the state is saved. The function can save other state, modify values before
|
the state is saved. The function can save other state, modify values before
|
||||||
they're saved, etc.
|
they're saved, etc.
|
||||||
|
|
||||||
### displaytime
|
|
||||||
|
|
||||||
hook(type => "displaytime", id => "foo", call => \&display);
|
|
||||||
|
|
||||||
This hook can be registered to override the regular `displaytime` function.
|
|
||||||
Only the last displaytime hook will be used.
|
|
||||||
|
|
||||||
### renamepage
|
### renamepage
|
||||||
|
|
||||||
hook(type => "renamepage", id => "foo", call => \&renamepage);
|
hook(type => "renamepage", id => "foo", call => \&renamepage);
|
||||||
|
|
Loading…
Reference in New Issue