diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-02-17 13:08:57 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-02-17 13:08:57 -0500 |
commit | 0b2e755253e2b20993e50b19a206597a3ff88e2d (patch) | |
tree | 4a7772691ba246a6d7a877126ac2b4d1487ed0da | |
parent | 25b1f60aeb26f8d14d7619b304f8aca0735c850f (diff) | |
download | ikiwiki-0b2e755253e2b20993e50b19a206597a3ff88e2d.tar ikiwiki-0b2e755253e2b20993e50b19a206597a3ff88e2d.tar.gz |
this bug also affects using tags in templates
-rw-r--r-- | doc/bugs/cannot_reliably_use_meta_in_template.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/cannot_reliably_use_meta_in_template.mdwn b/doc/bugs/cannot_reliably_use_meta_in_template.mdwn index 046f40a7e..48288a2b3 100644 --- a/doc/bugs/cannot_reliably_use_meta_in_template.mdwn +++ b/doc/bugs/cannot_reliably_use_meta_in_template.mdwn @@ -4,6 +4,8 @@ pass, which does not look at the template a page includes, it will not be seen then, and so other pages that use the page title probably won't use it. (Barring luck with build order.) +Update: This also affects using tags from templates. + There is a simple fix for this, just add `scan => 1` when registering the preprocess hook for the template plugin. |