diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-24 01:49:42 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-24 01:49:42 +0000 |
commit | 5951c1dc8220cbc09e6bdda09bae92aa4e3236e3 (patch) | |
tree | d747ed5c31fe8b0665d125e4fe3a21c13e913e41 /doc/templates.mdwn | |
parent | 7b4600df3f8b8c2112a8df6c018d64f04db1ebe8 (diff) | |
download | ikiwiki-5951c1dc8220cbc09e6bdda09bae92aa4e3236e3.tar ikiwiki-5951c1dc8220cbc09e6bdda09bae92aa4e3236e3.tar.gz |
add archive pages and fix some bugs
Diffstat (limited to 'doc/templates.mdwn')
-rw-r--r-- | doc/templates.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/templates.mdwn b/doc/templates.mdwn index 3521ab012..481e555ee 100644 --- a/doc/templates.mdwn +++ b/doc/templates.mdwn @@ -13,6 +13,11 @@ It ships with some basic templates which can be customised: * `templates/editpage.tmpl` - Create/edit page. * `templates/passwordmail.tmpl` - Not a html template, this is used to generate the mail with the user's password in it. +* `templates/rsspage.tmpl` - Used for generating rss feeds for [[blog]]s. +* `templates/inlinepage.tmpl - Used for adding a page inline in a blog + page. +* `templates/inlinepagetitle.tmpl - Used for listing a page inline in a blog + archive page. If you like, you can add these to further customise it: |