diff options
author | http://www.civilfritz.net/~janderson/ <http://www.civilfritz.net/~janderson/@web> | 2011-04-07 14:37:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-07 14:37:53 -0400 |
commit | b3ef3a17c4f85f73bdf3a0e225f34843f0560288 (patch) | |
tree | 29859c3dfe515886c4352c5b9f1fa04a6b76de7f /doc/plugins | |
parent | 40e1a7cf89df90447198df970b8c56573194e72d (diff) |
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 3411ed327..7518f61da 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" /> |