diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-02-17 13:25:06 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-02-17 13:25:06 -0500 |
commit | bb8b8787ef9477c027b9e5d8b7b5e1addfd1ca32 (patch) | |
tree | 2a6c3d13c4230d9102c33ae59db6b2c0cedad4ad /IkiWiki/Plugin | |
parent | 7aeead03d003f2c2bc2d77ba6723f781fe62e978 (diff) |
comments
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r-- | IkiWiki/Plugin/template.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/template.pm b/IkiWiki/Plugin/template.pm index 57bff20ff..b872f0962 100644 --- a/IkiWiki/Plugin/template.pm +++ b/IkiWiki/Plugin/template.pm @@ -10,7 +10,8 @@ use Encode; sub import { hook(type => "getsetup", id => "template", call => \&getsetup); - hook(type => "preprocess", id => "template", call => \&preprocess); + hook(type => "preprocess", id => "template", call => \&preprocess, + scan => 1); } sub getsetup () { |