wording
authorJoey Hess <joey@kitenet.net>
Fri, 14 Jan 2011 17:21:29 +0000 (13:21 -0400)
committerJoey Hess <joey@kitenet.net>
Fri, 14 Jan 2011 17:21:29 +0000 (13:21 -0400)
doc/templates.mdwn

index 2eb1df49444edba7f4c705e51d9b31ca562c37eb..9b8b29d23331f807bf51fffc6779a3cf5a84c824 100644 (file)
@@ -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`.)"""]]