diff options
author | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2008-12-11 21:19:50 +0000 |
---|---|---|
committer | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2008-12-11 21:19:50 +0000 |
commit | dd1fa13bce872141442ff134610e4b9175605a4e (patch) | |
tree | 6ea4d37fafb4a5498847891e7301d0d359f06c60 /IkiWiki/Plugin/comments.pm | |
parent | 3560460eb6dad82b7fc81278475433d326ec0628 (diff) | |
download | ikiwiki-dd1fa13bce872141442ff134610e4b9175605a4e.tar ikiwiki-dd1fa13bce872141442ff134610e4b9175605a4e.tar.gz |
comments: Use new feedfile, emptyfeeds options to inline
Diffstat (limited to 'IkiWiki/Plugin/comments.pm')
-rw-r--r-- | IkiWiki/Plugin/comments.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/IkiWiki/Plugin/comments.pm b/IkiWiki/Plugin/comments.pm index e43bbc49e..888c9fd9c 100644 --- a/IkiWiki/Plugin/comments.pm +++ b/IkiWiki/Plugin/comments.pm @@ -558,6 +558,8 @@ sub pagetemplate (@) { #{{{ reverse => 'yes', page => $page, destpage => $params{destpage}, + feedfile => 'comments', + emptyfeeds => 'no', ); $comments = IkiWiki::preprocess_inline(@args); } |