(no commit message)
[ikiwiki] / doc / tips / comments_feed.mdwn
CommitLineData
d7855474
JH
1You've enabled the [[plugins/comments]] plugin, so a set of pages on your
2blog can have comments added to them. Pages with comments even have special
3feeds that can be used to subscribe to those comments. But you'd like to
4add a feed that contains all the comments posted to any page. Here's how:
5
ddabb010 6 \[[!inline pages="internal(*/comment_*)" template=comment]]
d7855474
JH
7
8The special [[ikiwiki/PageSpec]] matches all comments. The
9[[template|wikitemplates]] causes the comments to be displayed formatted
10nicely.