Use add_autofile() in tag.pm
to make the automatically created tagpages render.master
parent
f3c59ed3e5
commit
a8d313aba1
|
@ -78,6 +78,8 @@ sub gentag ($) {
|
|||
my $template=template("autotag.tmpl");
|
||||
$template->param(tag => $tag);
|
||||
writefile($tagfile, $config{srcdir}, $template->output);
|
||||
|
||||
IkiWiki::add_autofile("$config{srcdir}/$tagfile");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue