projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca9c17d
)
wording
author
Joey Hess
<joey@kitenet.net>
Sun, 25 Apr 2010 01:39:03 +0000
(21:39 -0400)
committer
Joey Hess
<joey@kitenet.net>
Sun, 25 Apr 2010 01:39:03 +0000
(21:39 -0400)
doc/templates.mdwn
patch
|
blob
|
history
diff --git
a/doc/templates.mdwn
b/doc/templates.mdwn
index 892e36cd275e8f9bf8eae629d3c849763bda7e8f..9208db0ebf49ad2adf06b503b7de886cb007fb7e 100644
(file)
--- 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 thing
s:
+easy to learn. All you really need to know
to modify templates is thi
s:
* 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