diff options
author | Jonas Smedegaard <dr@jones.dk> | 2011-01-03 16:30:35 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2011-01-03 16:30:35 +0100 |
commit | 51f7442c101bc1ec32d68b977bdf7ac89bf84c57 (patch) | |
tree | eb009a5cb31d1e6b816a9b92b40a1b1797ae1030 | |
parent | 94f376992b8ce15264b1c47ac0d5d3e0ea5a04b4 (diff) |
Fix avoid listing same tag twice in inline.
-rw-r--r-- | articles.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/articles.mdwn b/articles.mdwn index 6bd1037..49aad58 100644 --- a/articles.mdwn +++ b/articles.mdwn @@ -2,4 +2,4 @@ [[Editorials]] or [[blog]] entries posted on this website. -[[!inline pages="(tagged(editorial) or tagged(editorial)) and currentlang()" archive=yes feeds=yes]] +[[!inline pages="tagged(editorial) and currentlang()" archive=yes feeds=yes]] |