👽️ Aplica cambio de uso de estilos y javascripts
This commit is contained in:
parent
ea782f820d
commit
bf356774f8
4 changed files with 15 additions and 20 deletions
|
|
@ -45,13 +45,10 @@ impl ThemeTrait for Bootsier {
|
|||
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("/bootsier/css/bootstrap.min.css")
|
||||
.with_version("5.1.3")
|
||||
.with_weight(-99),
|
||||
StyleSheet::located("/bootsier/css/bootstrap.min.css?v=5.1.3").with_weight(-99),
|
||||
))
|
||||
.alter_context(ContextOp::AddJavaScript(
|
||||
JavaScript::located("/bootsier/js/bootstrap.bundle.min.js")
|
||||
.with_version("5.1.3")
|
||||
JavaScript::located("/bootsier/js/bootstrap.bundle.min.js?v=5.1.3")
|
||||
.with_weight(-99),
|
||||
));
|
||||
pagetop_jquery::JQuery::add_jquery(page.context());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue