]> git.cworth.org Git - cworth.org/commitdiff
Explicitly exclude tag pages from blog
authorCarl Worth <cworth@cworth.org>
Tue, 29 May 2007 18:46:40 +0000 (11:46 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 29 May 2007 18:46:40 +0000 (11:46 -0700)
Otherwise we get recursively-redundant entries in the blog.

src/blog.mdwn

index 1ecffde8a992699c39fc1485043e160f5c216340..53b819de65e379fc1e8e9df104d46784d93bdbb8 100644 (file)
@@ -1 +1 @@
-[[inline pages="link(tag/*)"]]
+[[inline pages="link(tag/*) and ! tag and ! tag/*"]]