diff options
author | Joey Hess <joey@kitenet.net> | 2010-04-21 20:15:11 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-04-21 20:15:11 -0400 |
commit | 129cd00bdb03e32df8645b12138cb4c79952775e (patch) | |
tree | 3593f99780592c1ec9081d57972ccf5287dcf95a /doc/ikiwiki/directive | |
parent | 77779dc4a09a9b686935e8e615cf2502f7125bb4 (diff) |
remove broken ./tag support
The commit that added the (working) support for using /tag to override
tagbase also tried to make ./tag work. Problem is, tags are links,
and ./foo is not a valid link (though I think there's a wishlist about it).
So, using ./tag really resulted in tag creation links that led to a
"bad page name" error. And even if the tag were created in the right place,
the link didn't go to it.
Diffstat (limited to 'doc/ikiwiki/directive')
-rw-r--r-- | doc/ikiwiki/directive/tag.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ikiwiki/directive/tag.mdwn b/doc/ikiwiki/directive/tag.mdwn index 64736f8cd..807a96f25 100644 --- a/doc/ikiwiki/directive/tag.mdwn +++ b/doc/ikiwiki/directive/tag.mdwn @@ -28,7 +28,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"]] |