diff --git a/README.md b/README.md index f1731523..a872008d 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@
- + -

PageTop

+

PageTop

- [![License](https://img.shields.io/badge/license-MIT%2FApache-blue.svg?style=for-the-badge)](#license) - [![API Docs](https://img.shields.io/docsrs/pagetop?label=API%20Docs&style=for-the-badge&logo=Docs.rs)](https://docs.rs/pagetop) - [![Crates.io](https://img.shields.io/crates/v/pagetop.svg?style=for-the-badge&logo=ipfs)](https://crates.io/crates/pagetop) - [![Downloads](https://img.shields.io/crates/d/pagetop.svg?style=for-the-badge&logo=transmission)](https://crates.io/crates/pagetop) +[![License](https://img.shields.io/badge/license-MIT%2FApache-blue.svg?style=for-the-badge)](#-license) +[![API Docs](https://img.shields.io/docsrs/pagetop?label=API%20Docs&style=for-the-badge&logo=Docs.rs)](https://docs.rs/pagetop) +[![Crates.io](https://img.shields.io/crates/v/pagetop.svg?style=for-the-badge&logo=ipfs)](https://crates.io/crates/pagetop) +[![Downloads](https://img.shields.io/crates/d/pagetop.svg?style=for-the-badge&logo=transmission)](https://crates.io/crates/pagetop)
diff --git a/config/common.toml b/config/common.toml new file mode 100644 index 00000000..a652d145 --- /dev/null +++ b/config/common.toml @@ -0,0 +1,2 @@ +[app] +name = "Samples" diff --git a/src/config.rs b/src/config.rs index f3c60b07..e88a1669 100644 --- a/src/config.rs +++ b/src/config.rs @@ -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",