👽️ Incorpora modificaciones de la API

This commit is contained in:
Manuel Cillero 2023-06-28 00:24:22 +02:00
parent 50abc73d8a
commit c56cb256de
6 changed files with 11 additions and 8 deletions

View file

@ -1,4 +1,5 @@
use pagetop::prelude::*;
use pagetop_jquery::JQuery;
use_handle!(THEME_BOOTSIER);
@ -51,7 +52,7 @@ impl ThemeTrait for Bootsier {
JavaScript::located("/bootsier/js/bootstrap.bundle.min.js?v=5.1.3")
.with_weight(-99),
));
pagetop_jquery::JQuery::add_jquery(page.context());
JQuery::add_in(page.context());
}
fn prepare_page_body(&self, page: &mut Page) -> Markup {