diff options
author | Jon Dowland <jon@ra.ncl.ac.uk> | 2008-12-01 15:47:29 +0000 |
---|---|---|
committer | Jon Dowland <jon@ra.ncl.ac.uk> | 2008-12-01 15:47:29 +0000 |
commit | 369f4f86bce31ce82d72d64171dc838c660ca92c (patch) | |
tree | a7453372946c868b00066484737aa159a24dbfea /doc/ikiwiki | |
parent | e156758766e6b729a3314db503c2e2bb334c31a3 (diff) |
add note to consider tagbase when trying to match tagged pages
Diffstat (limited to 'doc/ikiwiki')
-rw-r--r-- | doc/ikiwiki/directive/tag.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ikiwiki/directive/tag.mdwn b/doc/ikiwiki/directive/tag.mdwn index 267aee660..64736f8cd 100644 --- a/doc/ikiwiki/directive/tag.mdwn +++ b/doc/ikiwiki/directive/tag.mdwn @@ -21,6 +21,10 @@ 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. +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 +`tag`, you would match pages tagged "foo" with `link(tag/foo)`. + If you want to override the tagbase for a particular tag, you can use something like this: |