diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-21 17:05:40 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-21 17:05:40 -0400 |
commit | edfe8693814ef48426dc35fa76cdd145871fbc96 (patch) | |
tree | fc144eee7be24a25aa9088e6fe91f941467ffc51 /doc | |
parent | 652beaf48c64d5dd10cb0e0702f1fb284c96177a (diff) | |
parent | 09a5cdbb3401cdcb17f3d2993912a8f0ea8d23b2 (diff) | |
download | ikiwiki-edfe8693814ef48426dc35fa76cdd145871fbc96.tar ikiwiki-edfe8693814ef48426dc35fa76cdd145871fbc96.tar.gz |
Merge commit 'smcv/master'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/tag.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/plugins/tag.mdwn b/doc/plugins/tag.mdwn index a2f0c7e57..c197ae53f 100644 --- a/doc/plugins/tag.mdwn +++ b/doc/plugins/tag.mdwn @@ -24,6 +24,12 @@ tags/tech, tags/life, and tags/linux. 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. +If you want to override the tagbase for a particular tag, you can use +something like this: + + \[[!tag ./foo]] + \[[!taglink /foo]] + [[!if test="enabled(tag)" then=""" This wiki has the tag plugin enabled, so you'll see a note below that this page is tagged with the "tags" tag. |