diff options
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/comments/discussion.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/comments/discussion.mdwn b/doc/plugins/comments/discussion.mdwn index 7518f61da..3043b0106 100644 --- a/doc/plugins/comments/discussion.mdwn +++ b/doc/plugins/comments/discussion.mdwn @@ -1,6 +1,6 @@ ## Syndication autodiscovery for comment feeds -A standard `inline` directive adds links to the autogenerated syndication feeds using link tags in the header: +A standard `\[[!inline]]` directive adds links to the autogenerated syndication feeds using link tags in the header: <link rel="alternate" type="application/rss+xml" title="$title" href="$page.atom" /> <link rel="alternate" type="application/atom+xml" title="$title" href="$page.atom" /> |