projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25b1f60
)
this bug also affects using tags in templates
author
Joey Hess
<joey@gnu.kitenet.net>
Tue, 17 Feb 2009 18:08:57 +0000
(13:08 -0500)
committer
Joey 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
patch
|
blob
|
history
diff --git
a/doc/bugs/cannot_reliably_use_meta_in_template.mdwn
b/doc/bugs/cannot_reliably_use_meta_in_template.mdwn
index 046f40a7eaca5df04247de7bcf6bd59dca74808b..48288a2b3561021016ca49048593f54d9b867f3a 100644
(file)
--- 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.