diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-01-20 11:12:17 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-01-20 11:12:17 -0500 |
commit | a9585d231e7bd57bb4da2e962198e59bbbb3d2d1 (patch) | |
tree | 2ce9041549954b1ff48be0bc22ab61cc5864d112 /doc/ikiwiki | |
parent | 8360e96a8661d3cc0532f377db81a3f37babd126 (diff) | |
parent | 4cae94b9fa4892e558160c5d55779064ff4a7add (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/discussion.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ikiwiki/directive/pagestats/discussion.mdwn b/doc/ikiwiki/directive/pagestats/discussion.mdwn new file mode 100644 index 000000000..3c9dc7104 --- /dev/null +++ b/doc/ikiwiki/directive/pagestats/discussion.mdwn @@ -0,0 +1,10 @@ +I am trying to create a tag cloud using: + + \[[!pagestats pages="tags/*"]] + +Nothing shows up when I first used this directive. I found that I had to create a page for the tag for it to show up in pagestats. +I would rather not find and create a page for every tag I have created or will create. Is there an easier way to create a list of tags? + +Thanks + +---- |