]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/cannot_reliably_use_meta_in_template.mdwn
comments
[ikiwiki.git] / doc / bugs / cannot_reliably_use_meta_in_template.mdwn
index 046f40a7eaca5df04247de7bcf6bd59dca74808b..de6c227f62f0afb147cf02907acb61a9da21c38e 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.
 
@@ -12,3 +14,5 @@ scan pass, every page containing a template will cause the template to be
 loaded and filled out. This can be some serious additional overhead.
 
 --[[Joey]] 
+
+[[done]]