aboutsummaryrefslogtreecommitdiff
path: root/doc/templates.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/templates.mdwn')
-rw-r--r--doc/templates.mdwn4
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:"]]
"""]]