diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-10-05 15:22:17 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-10-05 15:22:17 -0400 |
commit | d6cdced589f31471622ed481f88e33e070388c27 (patch) | |
tree | fe118465e7749272edf0082eedcb994ea82fb6dd /doc/ikiwiki | |
parent | dc6fab3824c9848cdaf8b252253d690f96573d25 (diff) |
fix documentation of quick
It *always* turns off feeds, because feeds require a look
at all pages.
Diffstat (limited to 'doc/ikiwiki')
-rw-r--r-- | doc/ikiwiki/directive/inline.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ikiwiki/directive/inline.mdwn b/doc/ikiwiki/directive/inline.mdwn index 99f795972..4e087ab6c 100644 --- a/doc/ikiwiki/directive/inline.mdwn +++ b/doc/ikiwiki/directive/inline.mdwn @@ -98,7 +98,7 @@ Here are some less often needed parameters: * `feedonly` - Only generate the feed, do not display the pages inline on the page. * `quick` - Build archives in quick mode, without reading page contents for - metadata. By default, this also turns off generation of any feeds. + metadata. This also turns off generation of any feeds. * `timeformat` - Use this to specify how to display the time or date for pages in the blog. The format string is passed to the strftime(3) function. * `feedpages` - A [[PageSpec]] of inlined pages to include in the rss/atom |