summaryrefslogtreecommitdiff
path: root/ikiwiki
diff options
context:
space:
mode:
authorbt <bt@web>2023-12-31 08:37:31 -0500
committerIkiWiki <ikiwiki.info>2023-12-31 08:37:31 -0500
commit6460f1e283835ce4de37ec336438e9e854c4b3c3 (patch)
treece5d7b306054e6e5cd8639b83f5ac3c6189793b5 /ikiwiki
parentad6ad22e9c84d6d4d8561f4a8b93746b6fd38245 (diff)
Diffstat (limited to 'ikiwiki')
-rw-r--r--ikiwiki/comments.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/ikiwiki/comments.mdwn b/ikiwiki/comments.mdwn
index 7893449..352e146 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:
-&#91;&#91;!inline pages="comment(*)" template=comment&#93;&#93;
+ \[[!inline pages="comment(*)" template=comment]]
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.
-&#91;&#91;!inline pages="comment_pending(*)" template=comment&#93;&#93;
+ \[[!inline pages="comment_pending(*)" template=comment]]