]> sipb.mit.edu Git - ikiwiki.git/commitdiff
comments: Use new feedfile, emptyfeeds options to inline
authorSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>
Thu, 11 Dec 2008 21:19:50 +0000 (21:19 +0000)
committerSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>
Thu, 11 Dec 2008 21:19:50 +0000 (21:19 +0000)
IkiWiki/Plugin/comments.pm

index e43bbc49ed3ba0e3606bbb6acb1887ade226b261..888c9fd9c4ae496734241061f6751b218dd6a16f 100644 (file)
@@ -558,6 +558,8 @@ sub pagetemplate (@) { #{{{
                                reverse => 'yes',
                                page => $page,
                                destpage => $params{destpage},
+                               feedfile => 'comments',
+                               emptyfeeds => 'no',
                        );
                        $comments = IkiWiki::preprocess_inline(@args);
                }