force rebuild for theme change

For now, a rebuild is the only way to ensure the changed theme is used.
Ikiwiki normally will not realize style.css has changed, since themes
tend to have the same timestamp for the file.
master
Joey Hess 2010-06-16 15:44:21 -04:00
parent 062ed44f47
commit 2f3f826b5b
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ sub getsetup () {
example => "actiontabs",
description => "name of theme to enable",
safe => 1,
rebuild => 0,
rebuild => 1,
},
}