diff options
author | Joey Hess <joey@kitenet.net> | 2010-04-24 20:30:05 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-04-24 20:30:05 -0400 |
commit | c6a473b8eea0ea015c44c3cd7a267f6325febac5 (patch) | |
tree | 658a56df9fe5a72234fa43525b50fcf670867a5d | |
parent | ca9c6cc254d934837406ef9bb0dc5d021983661b (diff) |
update
-rw-r--r-- | doc/templates.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/templates.mdwn b/doc/templates.mdwn index 67e5517e4..892e36cd2 100644 --- a/doc/templates.mdwn +++ b/doc/templates.mdwn @@ -23,8 +23,8 @@ The template directive allows wiki pages to be used as templates, filled out and inserted into other pages in the wiki. """]] [[!if test="enabled(template) and enabled(inline)" then=""" -[[!inline pages="templates/* and !*/discussion" feeds=no archive=yes -sort=title template=titlepage +[[!inline pages="templates/* and !*.tmpl and !*/discussion" +feeds=no archive=yes sort=title template=titlepage rootpage=templates postformtext="Add a new template named:"]] """]] |