diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2008-12-19 14:03:26 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2008-12-19 14:03:26 -0500 |
commit | ddabb010b2c45556046fd1ba982893395c7a46f6 (patch) | |
tree | 691af410141427016b372cb36c0f74f3c5663c2c /doc/wikitemplates.mdwn | |
parent | f7fc062a12dd18cb153ede4d574fd792bc996218 (diff) | |
download | ikiwiki-ddabb010b2c45556046fd1ba982893395c7a46f6.tar ikiwiki-ddabb010b2c45556046fd1ba982893395c7a46f6.tar.gz |
rename comments_display to comment
Diffstat (limited to 'doc/wikitemplates.mdwn')
-rw-r--r-- | doc/wikitemplates.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/wikitemplates.mdwn b/doc/wikitemplates.mdwn index 6fb4d5f49..63735193b 100644 --- a/doc/wikitemplates.mdwn +++ b/doc/wikitemplates.mdwn @@ -29,7 +29,7 @@ located in /usr/share/ikiwiki/templates by default. form to wiki pages. * `searchquery.tmpl` - This is an omega template, used by the [[plugins/search]] plugin. -* `comments_display.tmpl` - This template is used to display a comment +* `comment.tmpl` - This template is used to display a comment by the [[plugins/comments]] plugin. * `comments_form.tmpl` - This template is the comment post form for the [[plugins/comments]] plugin. |