limit blog inlines to pages
This way images attached to blog posts don't show up as enclosures in the blog by default.master
parent
9f7a118ffc
commit
5071a8eb73
|
@ -4,7 +4,7 @@
|
||||||
[[!inline pages=sidebar raw=yes]]
|
[[!inline pages=sidebar raw=yes]]
|
||||||
"""]]
|
"""]]
|
||||||
|
|
||||||
[[!inline pages="./posts/* and !*/Discussion" show="10"
|
[[!inline pages="page(./posts/*) and !*/Discussion" show="10"
|
||||||
actions=yes rootpage="posts"]]
|
actions=yes rootpage="posts"]]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
Here is a full list of posts to the [[blog|index]].
|
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]]
|
||||||
|
|
Loading…
Reference in New Issue