diff options
author | Joey Hess <joey@kitenet.net> | 2010-06-13 01:14:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-06-13 01:14:24 -0400 |
commit | bbdc69b6999a38e2e075a9b90636283b34956d61 (patch) | |
tree | 038d6de1d8b78c5d0bf3af3c63a58ef9290de346 /doc | |
parent | ec06929316180aad5719c9e9e0554fa8b075e846 (diff) | |
download | ikiwiki-bbdc69b6999a38e2e075a9b90636283b34956d61.tar ikiwiki-bbdc69b6999a38e2e075a9b90636283b34956d61.tar.gz |
speling
Diffstat (limited to 'doc')
-rw-r--r-- | doc/templates.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/templates.mdwn b/doc/templates.mdwn index 056e24c50..861d0bcbe 100644 --- a/doc/templates.mdwn +++ b/doc/templates.mdwn @@ -3,7 +3,7 @@ you can fully customise this site. Templates are located in `/usr/share/ikiwiki/templates` by default; the `templatedir` setting can be used to make another directory be -searched first. Customized templates can also be placed inside the +searched first. Customised templates can also be placed inside the "templates/" directory in your wiki's source. Ikiwiki uses the HTML::Template module as its template engine. This @@ -44,7 +44,7 @@ These templates are used to build the wiki. The aim is to keep almost all html out of ikiwiki and in the templates. * `page.tmpl` - Used for displaying all regular wiki pages. This is the - key template to customize. [[!if test="enabled(pagetemplate)" then=""" + key template to customise. [[!if test="enabled(pagetemplate)" then=""" (The pagetemplate directive can be used to make a page use a different template than `page.tmpl`.)"""]] * `rsspage.tmpl` - Used for generating rss feeds for blogs. |