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
parent
062ed44f47
commit
2f3f826b5b
|
@ -22,7 +22,7 @@ sub getsetup () {
|
|||
example => "actiontabs",
|
||||
description => "name of theme to enable",
|
||||
safe => 1,
|
||||
rebuild => 0,
|
||||
rebuild => 1,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue