🚧 Doc and code tweaks
This commit is contained in:
parent
c6b162afbc
commit
b7cb4363bd
3 changed files with 10 additions and 8 deletions
12
README.md
12
README.md
|
|
@ -1,13 +1,13 @@
|
|||
<div align="center">
|
||||
|
||||
<img src="https://raw.githubusercontent.com/manuelcillero/pagetop/main/static/banner.png" />
|
||||
<img src="https://raw.githubusercontent.com/manuelcillero/pagetop/main/static/banner.png" />
|
||||
|
||||
<h1>PageTop</h1>
|
||||
<h1>PageTop</h1>
|
||||
|
||||
[](#license)
|
||||
[](https://docs.rs/pagetop)
|
||||
[](https://crates.io/crates/pagetop)
|
||||
[](https://crates.io/crates/pagetop)
|
||||
[](#-license)
|
||||
[](https://docs.rs/pagetop)
|
||||
[](https://crates.io/crates/pagetop)
|
||||
[](https://crates.io/crates/pagetop)
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
2
config/common.toml
Normal file
2
config/common.toml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[app]
|
||||
name = "Samples"
|
||||
|
|
@ -215,7 +215,7 @@ pub struct App {
|
|||
/// Por defecto: *"PageTop App"*.
|
||||
pub name: String,
|
||||
/// Una descripción breve de la aplicación.
|
||||
/// Por defecto: *"Developed with the awesome PageTop framework."*.
|
||||
/// Por defecto: *"Developed with the amazing PageTop framework."*.
|
||||
pub description: String,
|
||||
/// Tema predeterminado.
|
||||
/// Por defecto: *"Default"*.
|
||||
|
|
@ -319,7 +319,7 @@ pub struct Server {
|
|||
default_settings!(
|
||||
// [app]
|
||||
"app.name" => "PageTop App",
|
||||
"app.description" => "Developed with the awesome PageTop framework.",
|
||||
"app.description" => "Developed with the amazing PageTop framework.",
|
||||
"app.theme" => "Default",
|
||||
"app.language" => "en-US",
|
||||
"app.direction" => "ltr",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue