aboutsummaryrefslogtreecommitdiff
path: root/doc/templates.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-01-14 13:21:29 -0400
committerJoey Hess <joey@kitenet.net>2011-01-14 13:21:29 -0400
commit4f1866853b6db13bc9d625d9fc6aa68a340a4611 (patch)
tree5f762144dc9815f7f20cecbc077d20b833f256d9 /doc/templates.mdwn
parente998ab4cf51c23cf5c4c4365179c060da2dd961f (diff)
downloadikiwiki-4f1866853b6db13bc9d625d9fc6aa68a340a4611.tar
ikiwiki-4f1866853b6db13bc9d625d9fc6aa68a340a4611.tar.gz
wording
Diffstat (limited to 'doc/templates.mdwn')
-rw-r--r--doc/templates.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/templates.mdwn b/doc/templates.mdwn
index 2eb1df494..9b8b29d23 100644
--- a/doc/templates.mdwn
+++ b/doc/templates.mdwn
@@ -1,5 +1,5 @@
[[Ikiwiki]] uses many templates for many purposes. By editing its templates,
-you can fully customise this site.
+you can fully customise its appearance, and avoid duplicate content.
Ikiwiki uses the HTML::Template module as its template engine. This
supports things like conditionals and loops in templates and is pretty
@@ -51,7 +51,7 @@ ones in the `templatedir`.
Here is a full list of the template files used:
* `page.tmpl` - Used for displaying all regular wiki pages. This is the
- key template to customise to change the look and feel of your site.
+ key template to customise to change the look and feel of Ikiwiki.
[[!if test="enabled(pagetemplate)" then="""
(The [[!iki ikiwiki/directive/pagetemplate desc="pagetemplate directive"]]
can be used to make a page use a different template than `page.tmpl`.)"""]]