From f2da8ba0e6c9af98d333d7981a6997eee4a60652 Mon Sep 17 00:00:00 2001 From: bt Date: Tue, 12 Dec 2023 14:59:05 -0500 Subject: --- ikiwiki/comments.mdwn | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ikiwiki/comments.mdwn diff --git a/ikiwiki/comments.mdwn b/ikiwiki/comments.mdwn new file mode 100644 index 0000000..a5ca24a --- /dev/null +++ b/ikiwiki/comments.mdwn @@ -0,0 +1,13 @@ +Content on this page is based off the discussions found here: [ikiwiki.info/tips/comments_feed/](http://ikiwiki.info/tips/comments_feed/) + +You've enabled the comments plugin, so a set of pages on your blog can have comments added to them. Pages with comments even have special feeds that can be used to subscribe to those comments. But you'd like to add a feed that contains all the comments posted to any page. Here's how: + + [[!inline pages="comment(*)" template=comment]] + +The special PageSpec matches all comments. The template causes the comments to be displayed formatted nicely. + +--- + +It's also possible to make a feed of comments that are held pending moderation. + + [[!inline pages="comment_pending(*)" template=comment]] -- cgit v1.2.3-54-g00ecf