diff options
author | Joey Hess <joey@kitenet.net> | 2008-02-19 04:48:32 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-02-19 04:48:32 -0500 |
commit | 6ed7ea211bf344c48115edd13a1f5c808c1607b3 (patch) | |
tree | cd832f5a9956044036b913a184615242571a6e79 /doc | |
parent | 40a8236af486ef183066ebb0c02216e894377164 (diff) | |
download | ikiwiki-6ed7ea211bf344c48115edd13a1f5c808c1607b3.tar ikiwiki-6ed7ea211bf344c48115edd13a1f5c808c1607b3.tar.gz |
web commit by http://hendry.iki.fi/: clearer to avoid the mistake i did
Diffstat (limited to 'doc')
-rw-r--r-- | doc/templates.mdwn | 2 |
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 |