projects
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b22da9
)
Restrict posts archive to a single level.
author
W. Trevor King
<wking@drexel.edu>
Wed, 6 Oct 2010 18:31:10 +0000
(14:31 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Wed, 6 Oct 2010 18:31:10 +0000
(14:31 -0400)
Deeper levels are supporting files for the individual posts, not posts
in their own right.
posts.mdwn
patch
|
blob
|
history
diff --git
a/posts.mdwn
b/posts.mdwn
index f904a0ed91704e29ca9af8cbc18a3e5c656412bd..f0505536d161d3b4bc6a25ce46766215c3ab6c13 100644
(file)
--- 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]]