this bug also affects using tags in templates

master
Joey Hess 2009-02-17 13:08:57 -05:00
parent 25b1f60aeb
commit 0b2e755253
1 changed files with 2 additions and 0 deletions

View 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.