Compare commits

..

No commits in common. "b4284f74f86e410510d7a6eaa241f07195d8169f" and "35883bdcde435965040b0b5e4b6d20d0f38646b2" have entirely different histories.

6 changed files with 0 additions and 26 deletions

View file

@ -83,8 +83,6 @@ async fn homepage(request: HttpRequest) -> ResultPage<Markup, ErrorPage> {
use pagetop::prelude::*;
include_locales!(LOCALES_ALINER);
/// Implementa el tema para usar en pruebas que muestran el esquema de páginas HTML.
///
/// Define un tema mínimo útil para:
@ -96,14 +94,6 @@ include_locales!(LOCALES_ALINER);
pub struct Aliner;
impl Extension for Aliner {
fn name(&self) -> L10n {
L10n::t("extension_name", &LOCALES_ALINER)
}
fn description(&self) -> L10n {
L10n::t("extension_description", &LOCALES_ALINER)
}
fn theme(&self) -> Option<ThemeRef> {
Some(&Self)
}

View file

@ -1,2 +0,0 @@
extension_name = Aliner
extension_description = Minimal theme that schematically shows the HTML page composition.

View file

@ -1,2 +0,0 @@
extension_name = Aliner
extension_description = Tema mínimo que muestra esquemáticamente la composición de las páginas HTML.

View file

@ -134,14 +134,6 @@ impl Template for BootsierTemplate {
pub struct Bootsier;
impl Extension for Bootsier {
fn name(&self) -> L10n {
L10n::t("extension_name", &LOCALES_BOOTSIER)
}
fn description(&self) -> L10n {
L10n::t("extension_description", &LOCALES_BOOTSIER)
}
fn theme(&self) -> Option<ThemeRef> {
Some(&Self)
}

View file

@ -1,2 +0,0 @@
extension_name = Bootsier
extension_description = Bootstrap-based theme with flexible styles and components.

View file

@ -1,2 +0,0 @@
extension_name = Bootsier
extension_description = Tema basado en Bootstrap para aplicar su catálogo de estilos y componentes flexibles.