summaryrefslogtreecommitdiff
path: root/doc/templates.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-02-20 16:45:34 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-02-20 16:45:34 -0500
commit77894a6831ae9cc8a90adbc6de0ab3c92408c316 (patch)
tree28dea1c20a1825829758082b3204b94d1805be00 /doc/templates.mdwn
parenta59af82bb85a037814d3f95d3c9841048b221ca0 (diff)
parent73b891a434f9cc6c906e97092b7999e702ed4eff (diff)
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
Diffstat (limited to 'doc/templates.mdwn')
-rw-r--r--doc/templates.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/templates.mdwn b/doc/templates.mdwn
index 24da881c7..101b69763 100644
--- a/doc/templates.mdwn
+++ b/doc/templates.mdwn
@@ -41,7 +41,7 @@ large chunks of marked up text to be embedded into a template:
To create a template, simply add a template directive to a page, and page will
provide a link that can be used to create the template. The template is a
-regular wiki page, located in the `templates/` directory.
+regular wiki (.mdwn) page, **located in the `templates/` directory** under source control. Nothing to do with **templatedir** from your ikiwiki configuration.
The template uses the syntax used by the [[!cpan HTML::Template]] perl
module, which allows for some fairly complex things to be done. Consult its