Demote renamepage hook to a <h3> to fix the ToC

master
http://smcv.pseudorandom.co.uk/ 2008-08-03 17:30:32 -04:00 committed by Joey Hess
parent 39195de96e
commit ca5f64c4ef
1 changed files with 2 additions and 1 deletions

View File

@ -192,6 +192,7 @@ return the htmlized content.
hook(type => "pagetemplate", id => "foo", call => \&pagetemplate); hook(type => "pagetemplate", id => "foo", call => \&pagetemplate);
[[Templates|wikitemplates]] are filled out for many different things in [[Templates|wikitemplates]] are filled out for many different things in
ikiwiki, like generating a page, or part of a blog page, or an rss feed, or ikiwiki, like generating a page, or part of a blog page, or an rss feed, or
a cgi. This hook allows modifying the variables available on those a cgi. This hook allows modifying the variables available on those
@ -356,7 +357,7 @@ 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.
## renamepage ### renamepage
hook(type => "renamepage", id => "foo", call => \&renamepage); hook(type => "renamepage", id => "foo", call => \&renamepage);