aboutsummaryrefslogtreecommitdiff
path: root/doc/templates.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-04-24 21:39:03 -0400
committerJoey Hess <joey@kitenet.net>2010-04-24 21:39:03 -0400
commit5afda336720dc83e0fd4c6e2f311ff6664c68211 (patch)
tree6a19e9bd8aa3f6c384b6ce14390373c58f5e175d /doc/templates.mdwn
parentca9c17db57a408e6cc118cf33fcec886a72388fb (diff)
downloadikiwiki-5afda336720dc83e0fd4c6e2f311ff6664c68211.tar
ikiwiki-5afda336720dc83e0fd4c6e2f311ff6664c68211.tar.gz
wording
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 892e36cd2..9208db0eb 100644
--- a/doc/templates.mdwn
+++ b/doc/templates.mdwn
@@ -8,7 +8,7 @@ searched first. Customized templates can also be placed inside the
Ikiwiki uses the HTML::Template module as its template engine. This
supports things like conditionals and loops in templates and is pretty
-easy to learn. All you really need to know are a few things:
+easy to learn. All you really need to know to modify templates is this:
* To insert the value of a template variable, use `<TMPL_VAR variable>`.
* To make a block of text conditional on a variable being set use