aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/theme.pm
diff options
context:
space:
mode:
Diffstat (limited to 'IkiWiki/Plugin/theme.pm')
-rw-r--r--IkiWiki/Plugin/theme.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/IkiWiki/Plugin/theme.pm b/IkiWiki/Plugin/theme.pm
index 03b0816ed..ee94547e9 100644
--- a/IkiWiki/Plugin/theme.pm
+++ b/IkiWiki/Plugin/theme.pm
@@ -60,6 +60,7 @@ sub needsbuild ($) {
$wikistate{theme}{currenttheme}=$config{theme};
}
+ return $needsbuild;
}
1