diff --git a/pagetop/Cargo.toml b/pagetop/Cargo.toml index ad62a28b..970a21f1 100644 --- a/pagetop/Cargo.toml +++ b/pagetop/Cargo.toml @@ -7,9 +7,8 @@ authors = [ "Manuel Cillero " ] description = """\ - PageTop is an opinionated web development framework that uses some of the most stable and \ - popular Rust packages to build modular, extensible and configurable Server-Side Rendering \ - (SSR) solutions. + PageTop is an opinionated Rust web development framework to build secure and modular \ + Server-Side Rendering (SSR) web solutions. """ homepage = "https://pagetop.cillero.es" repository = "https://github.com/manuelcillero/pagetop" diff --git a/pagetop/README.md b/pagetop/README.md index 1d3859c5..05471388 100644 --- a/pagetop/README.md +++ b/pagetop/README.md @@ -1,5 +1,5 @@ **PageTop** is an opinionated [Rust](https://www.rust-lang.org) web development framework to build -secure, modular, and fast web Server-Side Rendering (SSR) solutions with ease. +secure and modular Server-Side Rendering (SSR) web solutions. PageTop uses some of the most stable and popular Rust *crates* to provide modular, extensible, and configurable features. diff --git a/pagetop/src/core/theme/definition.rs b/pagetop/src/core/theme/definition.rs index 1e54e16a..71ee358e 100644 --- a/pagetop/src/core/theme/definition.rs +++ b/pagetop/src/core/theme/definition.rs @@ -50,7 +50,7 @@ pub trait ThemeTrait: ModuleTrait + Send + Sync { meta charset="utf-8"; @if !title.is_empty() { - title { (config::SETTINGS.app.name) (" | ") (title) } + title { (config::SETTINGS.app.name) (" - ") (title) } } @else { title { (config::SETTINGS.app.name) } }