diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-13 22:23:32 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-13 22:23:32 +0000 |
commit | 95199c5b04faaf0a619b64a492f46a785e4e4d60 (patch) | |
tree | c40ba50580241a416fb7754b0086bba7d508a4b0 /doc/blog.mdwn | |
parent | 23d38e0276dd6526b2d26f789fda9bb534e8f30f (diff) | |
download | ikiwiki-95199c5b04faaf0a619b64a492f46a785e4e4d60.tar ikiwiki-95199c5b04faaf0a619b64a492f46a785e4e4d60.tar.gz |
* inline: add feedonly option, set feedonly=yes to get only the feed button
but not inline the pages.
Diffstat (limited to 'doc/blog.mdwn')
-rw-r--r-- | doc/blog.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/blog.mdwn b/doc/blog.mdwn index 1593278d1..2792a35b1 100644 --- a/doc/blog.mdwn +++ b/doc/blog.mdwn @@ -91,3 +91,5 @@ directive: specifying a tighter [[PageSpec]] here. * `feedshow` - Specify the maximum number of matching pages to include in the rss/atom feeds. The default is the same as the `show` value above, +* `feedonly` - Only generate the feed, do not display the pages inline on + the page. |