summaryrefslogtreecommitdiff
path: root/doc/examples
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-09-14 13:50:34 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-09-14 13:50:34 -0400
commitee94407891dd648a46be56c2cc62b21cca690de9 (patch)
treec5594582faaebce61ba2180b35158eb8916b31c7 /doc/examples
parent1e4c9e6733b0566d472107d27d64962f7a8f01e3 (diff)
rootpage is not a pagespec
So ./posts won't be interpreted right. Just "posts" should do, I think.
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/blog/index.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/blog/index.mdwn b/doc/examples/blog/index.mdwn
index 3b2d46027..6daf9db50 100644
--- a/doc/examples/blog/index.mdwn
+++ b/doc/examples/blog/index.mdwn
@@ -7,7 +7,7 @@ browse the tag cloud on the right. An archive of all [[posts]] is also
available.
[[!inline pages="./posts/* and !*/Discussion" show="10"
-actions=yes rootpage="./posts"]]
+actions=yes rootpage="posts"]]
----