projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3c59ed
)
Use add_autofile() in tag.pm
author
David Riebenbauer
<davrieb@liegesta.at>
Sun, 31 Jan 2010 00:12:20 +0000
(
01:12
+0100)
committer
David Riebenbauer
<davrieb@liegesta.at>
Tue, 2 Feb 2010 13:04:29 +0000
(14:04 +0100)
to make the automatically created tagpages render.
IkiWiki/Plugin/tag.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/tag.pm
b/IkiWiki/Plugin/tag.pm
index 6c43a053d3abde7709bed74b43c5ad47d48a2a0e..90833fd9c4315cbb7887f9e19c3f3851d76276df 100644
(file)
--- a/
IkiWiki/Plugin/tag.pm
+++ b/
IkiWiki/Plugin/tag.pm
@@
-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");
}
}