diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-01-29 01:48:55 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-01-29 01:48:55 -0500 |
commit | 21f44880cdd8f23264b2416bf39793aadcb87df6 (patch) | |
tree | 90507c97f7de0772b2da7418a8db0eafeba7bd1f /doc/wikitemplates.mdwn | |
parent | d72753e100b018dfa82feb06e06fc2ad2c61f4ed (diff) | |
download | ikiwiki-21f44880cdd8f23264b2416bf39793aadcb87df6.tar ikiwiki-21f44880cdd8f23264b2416bf39793aadcb87df6.tar.gz |
non-tabular recentchanges display
Doesn't look as good as the old table, but works as a rss feed.
Diffstat (limited to 'doc/wikitemplates.mdwn')
-rw-r--r-- | doc/wikitemplates.mdwn | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/wikitemplates.mdwn b/doc/wikitemplates.mdwn index b8341b637..1f6325b4b 100644 --- a/doc/wikitemplates.mdwn +++ b/doc/wikitemplates.mdwn @@ -11,7 +11,6 @@ located in /usr/share/ikiwiki/templates by default. * `misc.tmpl` - Generic template used for any page that doesn't have a custom template. * `editpage.tmpl` - Create/edit page. -* `recentchanges.tmpl` - Used to generate a RecentChanges table with inline. * `change.tmpl` - Used to create a page describing a change made to the wiki. * `passwordmail.tmpl` - Not a html template, this is used to generate the mail with the user's password in it. |