]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/cannot_reliably_use_meta_in_template.mdwn
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
[ikiwiki.git] / 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.