diff options
author | https://www.google.com/accounts/o8/id?id=AItOawlnFkgzrv6n4UuYWXv8APZiG8_ydyMOyR4 <Timo@web> | 2011-04-17 07:50:12 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-17 07:50:12 -0400 |
commit | 66f9ed91547fc992caeaa131ce8908c93f8b8903 (patch) | |
tree | 37d12d3d3021ade75cfe4a6481d04f99333ca14a /doc | |
parent | 10602edc351d8eb3fbb54a50e079a568c15869e0 (diff) |
the "not" keyword doesn't work for pagespecs (or no longer does). use an ! instead.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ikiwiki/directive/pagestats.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ikiwiki/directive/pagestats.mdwn b/doc/ikiwiki/directive/pagestats.mdwn index d0e0e7be7..8d904f5a3 100644 --- a/doc/ikiwiki/directive/pagestats.mdwn +++ b/doc/ikiwiki/directive/pagestats.mdwn @@ -26,7 +26,7 @@ entries, while ignoring other pages that use those tags, you could use: Or to display a cloud of tags related to Linux, you could use: - \[[!pagestats pages="tags/* and not tags/linux" among="tagged(linux)"]] + \[[!pagestats pages="tags/* and !tags/linux" among="tagged(linux)"]] The optional `show` parameter limits display to the specified number of pages. For instance, to show a table of the top ten pages with the most |