summaryrefslogtreecommitdiff
path: root/ikiwiki/comments.mdwn
diff options
context:
space:
mode:
authorbt <bt@web>2023-12-12 15:02:35 -0500
committerIkiWiki <ikiwiki.info>2023-12-12 15:02:35 -0500
commit52322fd7b7b27903acd02d35471ad1a7b6170eaa (patch)
tree916e25551ad34e90583e3635738c1fb8147365d2 /ikiwiki/comments.mdwn
parentb5ca3db297df4153bb939a640c5c41a5237e57a7 (diff)
Diffstat (limited to 'ikiwiki/comments.mdwn')
-rw-r--r--ikiwiki/comments.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/ikiwiki/comments.mdwn b/ikiwiki/comments.mdwn
index 1a4e6f5..c2e783c 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:
- <code>[[!inline pages="comment(*)" template=comment]]</code>
+ &#91;&#91;!inline pages="comment(*)" template=comment&#93;&#93;
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.
- <code>[[!inline pages="comment_pending(*)" template=comment]]</code>
+ &#91;&#91;!inline pages="comment_pending(*)" template=comment&#93;&#93;