summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbt <bt@web>2023-12-12 14:59:51 -0500
committerIkiWiki <ikiwiki.info>2023-12-12 14:59:51 -0500
commitcd938191344ece8fdc9253c1f71f1b8333334ef1 (patch)
treee5bfc5744e812fe6a71603b4a7ce9bd29d492c0b
parentf2da8ba0e6c9af98d333d7981a6997eee4a60652 (diff)
-rw-r--r--ikiwiki/comments.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/ikiwiki/comments.mdwn b/ikiwiki/comments.mdwn
index a5ca24a..e86e2eb 100644
--- a/ikiwiki/comments.mdwn
+++ b/ikiwiki/comments.mdwn
@@ -2,7 +2,7 @@ Content on this page is based off the discussions found here: [ikiwiki.info/tips
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]]
+<code>[[!inline pages="comment(*)" template=comment]]</code>
The special PageSpec matches all comments. The template causes the comments to be displayed formatted nicely.
@@ -10,4 +10,4 @@ The special PageSpec matches all comments. The template causes the comments to b
It's also possible to make a feed of comments that are held pending moderation.
- [[!inline pages="comment_pending(*)" template=comment]]
+<code>[[!inline pages="comment_pending(*)" template=comment]]</code>