limit blog inlines to pages

This way images attached to blog posts don't show up as enclosures in the
blog by default.
master
Joey Hess 2010-06-14 12:35:21 -04:00
parent 9f7a118ffc
commit 5071a8eb73
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
[[!inline pages=sidebar raw=yes]]
"""]]
[[!inline pages="./posts/* and !*/Discussion" show="10"
[[!inline pages="page(./posts/*) and !*/Discussion" show="10"
actions=yes rootpage="posts"]]

View File

@ -1,3 +1,3 @@
Here is a full list of posts to the [[blog|index]].
[[!inline pages="./posts/* and !*/Discussion" archive=yes feedshow=10 quick=yes]]
[[!inline pages="page(./posts/*) and !*/Discussion" archive=yes feedshow=10 quick=yes]]