this bug also affects using tags in templates
authorJoey Hess <joey@gnu.kitenet.net>
Tue, 17 Feb 2009 18:08:57 +0000 (13:08 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Tue, 17 Feb 2009 18:08:57 +0000 (13:08 -0500)
doc/bugs/cannot_reliably_use_meta_in_template.mdwn

index 046f40a7eaca5df04247de7bcf6bd59dca74808b..48288a2b3561021016ca49048593f54d9b867f3a 100644 (file)
@@ -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.