diff options
author | Joey Hess <joey@kitenet.net> | 2010-07-05 20:19:31 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-07-05 20:19:31 -0400 |
commit | 7e3fb8b8a230a725df7814c15745c6fee9ddd5b1 (patch) | |
tree | 15434e781f615d4ef46e84c59d2fd09ea61ba899 /doc/ikiwiki/directive | |
parent | d89e2be91d79fca0a062744ff1dee630962cba7d (diff) |
comments: Added commentmoderation directive for easy linking to the comment moderation queue.
Diffstat (limited to 'doc/ikiwiki/directive')
-rw-r--r-- | doc/ikiwiki/directive/commentmoderation.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ikiwiki/directive/commentmoderation.mdwn b/doc/ikiwiki/directive/commentmoderation.mdwn new file mode 100644 index 000000000..8553b5b17 --- /dev/null +++ b/doc/ikiwiki/directive/commentmoderation.mdwn @@ -0,0 +1,9 @@ +The `commentmoderation` directive is supplied by the +[[!iki plugins/comments desc=comments]] plugin, and is used to link +to the comment moderation queue. + +Example: + + \[[!commentmoderation desc="here is the comment moderation queue"]] + +[[!meta robots="noindex, follow"]] |