Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
autoindex.t: check that none of the files that shouldn't be generated are autofiles
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
theme.pm
diff --git
a/IkiWiki/Plugin/theme.pm
b/IkiWiki/Plugin/theme.pm
index 03b0816ed6fc5a6c42f0da916d898c6633eb7d15..ee94547e90c51dad608b020e1be6bc0a434d38d7 100644
(file)
--- a/
IkiWiki/Plugin/theme.pm
+++ b/
IkiWiki/Plugin/theme.pm
@@
-60,6
+60,7
@@
sub needsbuild ($) {
$wikistate{theme}{currenttheme}=$config{theme};
}
+ return $needsbuild;
}
1