✨ Integrate aliner theme with name Chassis
This commit is contained in:
parent
7df917e11a
commit
4472f2ef52
18 changed files with 94 additions and 151 deletions
|
|
@ -16,7 +16,6 @@ license = "Apache-2.0 OR MIT"
|
|||
[dependencies]
|
||||
pagetop = { version = "0.0", path = "../pagetop", features = ["mysql"], default-features = false }
|
||||
# Themes.
|
||||
pagetop-aliner = { version = "0.0", path = "../pagetop-aliner" }
|
||||
pagetop-bootsier = { version = "0.0", path = "../pagetop-bootsier" }
|
||||
pagetop-bulmix = { version = "0.0", path = "../pagetop-bulmix" }
|
||||
# Modules.
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
[app]
|
||||
#theme = "Default"
|
||||
#theme = "Aliner"
|
||||
theme = "Bootsier"
|
||||
#theme = "Basic"
|
||||
#theme = "Chassis"
|
||||
theme = "Inception"
|
||||
#theme = "Bootsier"
|
||||
#theme = "Bulmix"
|
||||
language = "es-ES"
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ impl ModuleTrait for Drust {
|
|||
fn dependencies(&self) -> Vec<ModuleRef> {
|
||||
vec![
|
||||
// Themes.
|
||||
&pagetop_aliner::Aliner,
|
||||
&pagetop_bootsier::Bootsier,
|
||||
&pagetop_bulmix::Bulmix,
|
||||
// Modules.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue