aboutsummaryrefslogtreecommitdiff
path: root/doc/templates.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-02-19 04:48:32 -0500
committerJoey Hess <joey@kitenet.net>2008-02-19 04:48:32 -0500
commit6ed7ea211bf344c48115edd13a1f5c808c1607b3 (patch)
treecd832f5a9956044036b913a184615242571a6e79 /doc/templates.mdwn
parent40a8236af486ef183066ebb0c02216e894377164 (diff)
downloadikiwiki-6ed7ea211bf344c48115edd13a1f5c808c1607b3.tar
ikiwiki-6ed7ea211bf344c48115edd13a1f5c808c1607b3.tar.gz
web commit by http://hendry.iki.fi/: clearer to avoid the mistake i did
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