]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/ikiwiki/directive/tag.mdwn
Merge branch 'cvs' of github.com:schmonz/ikiwiki into cvs
[ikiwiki.git] / doc / ikiwiki / directive / tag.mdwn
index 64736f8cddfd0ec31ad05231a19f01e7df28dfc6..c8d9b98169fd7055b71a785786f747fea2ebc7c7 100644 (file)
@@ -19,7 +19,8 @@ instead:
 Note that if the wiki is configured to use a tagbase, then the tags will be
 located under a base directory, such as "tags/". This is a useful way to
 avoid having to write the full path to tags, if you want to keep them
-grouped together out of the way.
+grouped together out of the way. Also, since ikiwiki then knows where to put
+tags, it will automatically create tag pages when new tags are used.
 
 Bear in mind that specifying a tagbase means you will need to incorporate it
 into the `link()` [[ikiwiki/PageSpec]] you use: e.g., if your tagbase is
@@ -28,7 +29,7 @@ into the `link()` [[ikiwiki/PageSpec]] you use: e.g., if your tagbase is
 If you want to override the tagbase for a particular tag, you can use
 something like this:
 
-       \[[!tag ./foo]]
+       \[[!tag /foo]]
        \[[!taglink /foo]]
 
 [[!meta robots="noindex, follow"]]