diff options
author | Joey Hess <joey@kitenet.net> | 2011-04-17 20:59:28 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-17 20:59:28 -0400 |
commit | 331430fe9f092cd00db316a1b35c5fe8b42d036d (patch) | |
tree | b599515cd1632e09de5c6633801a758e006923e5 /doc/ikiwiki | |
parent | df81a2d208faef7d8fb59b0669e7018e099b6be6 (diff) | |
parent | d238af908b8b6fd6a185a0eda07af1858feffe19 (diff) |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc/ikiwiki')
-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 |