🎨 Cambia localización de banner/iconos de crates

This commit is contained in:
Manuel Cillero 2024-12-22 20:24:49 +01:00
parent 7530cc69c2
commit d200c7dd28
5 changed files with 10 additions and 2 deletions

View file

@ -1,6 +1,6 @@
<div align="center">
<img src="https://raw.githubusercontent.com/manuelcillero/pagetop/main/tools/banner.png" />
<img src="https://raw.githubusercontent.com/manuelcillero/pagetop/main/static/banner.png" />
<h1>PageTop</h1>

View file

@ -21,9 +21,17 @@ use pagetop::prelude::*;
use std::sync::LazyLock;
// API *********************************************************************************************
pub mod config;
pub mod db;
// PRELUDE *****************************************************************************************
pub mod prelude {
pub use crate::db;
}
include_locales!(LOCALES_SEAORM);
/// Implementa [`PackageTrait`] y API específica.

View file

@ -1,6 +1,6 @@
//! <div align="center">
//!
//! <img src="https://raw.githubusercontent.com/manuelcillero/pagetop/main/tools/banner.png" />
//! <img src="https://raw.githubusercontent.com/manuelcillero/pagetop/main/static/banner.png" />
//!
//! <h1>PageTop</h1>
//!

View file

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 72 KiB

Before After
Before After

BIN
static/pagetop_hljs.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB