Question about interaction of `feedshow` and `show`.

master
PaulePanter 2009-10-25 16:13:24 -04:00 committed by Joey Hess
parent 0dbb16fd5a
commit b54b8215d0
1 changed files with 16 additions and 0 deletions

View File

@ -124,3 +124,19 @@ My index page has:
Else can you please suggest a smarter way of getting certain data out from pages for a inline index?
--[[hendry]]
---
## Interaction of `show` and `feedshow`
Reading the documentation I would think that `feedshow` does not
influence `show`.
[[!inline pages="./blog/*" archive=yes quick=yes feedshow=10 sort=title reverse=yes]]
Only ten pages are listed in this example although `archive` is set to
yes. Removing `feedshow=10` all matching pages are shown.
Is that behaviour intended?
--[[PaulePanter]]