diff options
author | Joey Hess <joey@kitenet.net> | 2008-03-17 10:50:50 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-03-17 10:50:50 -0400 |
commit | 14d2b0b65c0c2956031f13472dba4ed7d23eaab9 (patch) | |
tree | f2647be2009ab98af367466ecbbf5354f1d137e1 /doc/plugins | |
parent | 5d06203147ca7ef864747304997a7446431dda03 (diff) | |
download | ikiwiki-14d2b0b65c0c2956031f13472dba4ed7d23eaab9.tar ikiwiki-14d2b0b65c0c2956031f13472dba4ed7d23eaab9.tar.gz |
web commit by http://madduck.net/: use new directive syntax
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/edittemplate.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/edittemplate.mdwn b/doc/plugins/edittemplate.mdwn index 7c3350ca7..ac8e0a71f 100644 --- a/doc/plugins/edittemplate.mdwn +++ b/doc/plugins/edittemplate.mdwn @@ -5,7 +5,7 @@ This plugin allows registering template pages, that provide default content for new pages created using the web frontend. To register a template, insert a [[PreprocessorDirective]] on some other page. - \[[edittemplate template="bugtemplate" match="bugs/*"]] + \[[!edittemplate template="bugtemplate" match="bugs/*"]] In the above example, the page named "bugtemplate" is registered as a template to be used when any page named "bugs/*" is created. |