From: Simon McVittie Date: Thu, 11 Dec 2008 21:19:50 +0000 (+0000) Subject: comments: Use new feedfile, emptyfeeds options to inline X-Git-Tag: 2.71~96 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/dd1fa13bce872141442ff134610e4b9175605a4e?ds=inline;hp=-c comments: Use new feedfile, emptyfeeds options to inline --- dd1fa13bce872141442ff134610e4b9175605a4e 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); }