♻️ Major refactor for improved base asset use
This commit is contained in:
parent
c2ea399635
commit
2015bb77f0
34 changed files with 244 additions and 1863 deletions
|
|
@ -22,7 +22,7 @@ impl ModuleTrait for Aliner {
|
|||
|
||||
impl ThemeTrait for Aliner {
|
||||
fn before_prepare_body(&self, page: &mut Page) {
|
||||
page.alter_favicon(Some(Favicon::new().with_icon("/theme/favicon.ico")))
|
||||
page.alter_favicon(Some(Favicon::new().with_icon("/base/favicon.ico")))
|
||||
.alter_context(ContextOp::AddStyleSheet(
|
||||
StyleSheet::at("/aliner/css/styles.css").with_weight(-99),
|
||||
));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue