X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/fcaa7f6237ac2b2b372cb26aed136f8a364d6ed5..8b659301274ab0127b9a8e76b70c788cafe929ac:/doc/bugs/cannot_reliably_use_meta_in_template.mdwn?ds=inline

diff --git a/doc/bugs/cannot_reliably_use_meta_in_template.mdwn b/doc/bugs/cannot_reliably_use_meta_in_template.mdwn
index 046f40a7e..de6c227f6 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.
 
@@ -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]]