summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbt <bt@web>2023-12-12 14:59:05 -0500
committerIkiWiki <ikiwiki.info>2023-12-12 14:59:05 -0500
commitf2da8ba0e6c9af98d333d7981a6997eee4a60652 (patch)
tree2a21dc71866a35d2d23c322719e957ea06e1f225
parentf023b5e36ab2da6e7550e02e9d01adde2dfb1232 (diff)
-rw-r--r--ikiwiki/comments.mdwn13
1 files changed, 13 insertions, 0 deletions
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]]