diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-02-12 04:22:15 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-02-12 04:22:15 -0500 |
commit | 20ba12802b3897bf48d8a7704a57e9cede2466bd (patch) | |
tree | 746f7507fc392b51fac9ce4a4c859b32180827e8 /IkiWiki/Plugin/edittemplate.pm | |
parent | a7eb434afd216e0b473ac82777544c9c45852792 (diff) | |
download | ikiwiki-20ba12802b3897bf48d8a7704a57e9cede2466bd.tar ikiwiki-20ba12802b3897bf48d8a7704a57e9cede2466bd.tar.gz |
add section information
Diffstat (limited to 'IkiWiki/Plugin/edittemplate.pm')
-rw-r--r-- | IkiWiki/Plugin/edittemplate.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/IkiWiki/Plugin/edittemplate.pm b/IkiWiki/Plugin/edittemplate.pm index a163b0d84..5f0551d92 100644 --- a/IkiWiki/Plugin/edittemplate.pm +++ b/IkiWiki/Plugin/edittemplate.pm @@ -23,6 +23,7 @@ sub getsetup () { plugin => { safe => 1, rebuild => undef, + section => "web", }, } |