limit blog inlines to pages
authorJoey Hess <joey@kitenet.net>
Mon, 14 Jun 2010 16:35:21 +0000 (12:35 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 14 Jun 2010 16:35:21 +0000 (12:35 -0400)
This way images attached to blog posts don't show up as enclosures in the
blog by default.

doc/examples/blog/index.mdwn
doc/examples/blog/posts.mdwn

index 220c1b3e320c915bdb530a1f23a84631d76964c5..7914cd203a43eb6b48665a2d225327c5ade01d2c 100644 (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"]]
 
 
index fa2dbef0e902ba839c1850373d1cafba0e65ad07..08e014838008bc1c31adb7ccbc2cc69980ec390b 100644 (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]]