👽️ Aplica cambio de uso de estilos y javascripts

This commit is contained in:
Manuel Cillero 2023-06-26 22:28:28 +02:00
parent ea782f820d
commit bf356774f8
4 changed files with 15 additions and 20 deletions

View file

@ -33,9 +33,7 @@ impl ThemeTrait for Bulmix {
fn before_prepare_page(&self, page: &mut Page) {
page.alter_favicon(Some(Favicon::new().with_icon("/theme/favicon.ico")))
.alter_context(ContextOp::AddStyleSheet(
StyleSheet::located("/bulmix/css/bulma.min.css")
.with_version("0.9.4")
.with_weight(-99),
StyleSheet::located("/bulmix/css/bulma.min.css?v=0.9.4").with_weight(-99),
));
pagetop_jquery::JQuery::add_jquery(page.context());
}