From 50cd80589a71b9935fe1fb25065dfecdefad3bc7 Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Wed, 25 Dec 2013 22:59:28 +0100 Subject: [PATCH] blag: fix index of posts --- blag/posts.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blag/posts.mdwn b/blag/posts.mdwn index 0638ebe..c22a620 100644 --- a/blag/posts.mdwn +++ b/blag/posts.mdwn @@ -1,4 +1,4 @@ Here is a full index of posts to the [[blag]]. -[[!inline pages="page(./post/*) and ./post/*/* and !*/Discussion" - archive=yes feedshow=10 quick=yes trail=yes]] +[[!inline pages="page(blag/post/*) and !blag/post/*/* and !*/Discussion" + archive=yes quick=yes trail=no]] -- 2.20.1