wording
authorJoey Hess <joey@kitenet.net>
Sun, 25 Apr 2010 01:39:03 +0000 (21:39 -0400)
committerJoey Hess <joey@kitenet.net>
Sun, 25 Apr 2010 01:39:03 +0000 (21:39 -0400)
doc/templates.mdwn

index 892e36cd275e8f9bf8eae629d3c849763bda7e8f..9208db0ebf49ad2adf06b503b7de886cb007fb7e 100644 (file)
@@ -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
 
 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
 
 * 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