From c2887d59fada79c6b95a65f786183f692334e2d5 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 6 Oct 2010 14:31:10 -0400 Subject: [PATCH] Restrict posts archive to a single level. Deeper levels are supporting files for the individual posts, not posts in their own right. --- posts.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/posts.mdwn b/posts.mdwn index f904a0e..f050553 100644 --- a/posts.mdwn +++ b/posts.mdwn @@ -1,3 +1,4 @@ This is a full list of [[blog|index]] posts. -[[!inline pages="./posts/*" archive=yes feedshow=10 quick=yes]] +[[!inline pages="./posts/* and !./posts/*/*" + archive=yes feedshow=10 quick=yes]] -- 2.26.2