From cdab2cd031484e38ccac2653b2cc0033407641e3 Mon Sep 17 00:00:00 2001 From: darcy Date: Sun, 17 Nov 2024 22:03:14 +1100 Subject: [PATCH] chore: update post count to 900+ --- README.md | 2 +- src/views.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5d37c396..1cbca7ab2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Garfield Esperanto -800+ *Garfield* comics translated to Esperanto. +900+ *Garfield* comics translated to Esperanto. - [See website live now!](https://dxrcy.dev/garfeo) (in Esperanto) diff --git a/src/views.rs b/src/views.rs index b862755d7..48f4663d7 100644 --- a/src/views.rs +++ b/src/views.rs @@ -30,7 +30,7 @@ pub mod icons { pub const NEW_YEARS: char = '🎉'; } -pub const SITE_DESCRIPTION: &str = "Legu 800+ bildstrioj de Garfildo, tradukitaj en Esperanton!"; +pub const SITE_DESCRIPTION: &str = "Legu 900+ bildstrioj de Garfildo, tradukitaj en Esperanton!"; pub fn use_base(title: &str, image: Option<&str>, posts: &PostList, children: View) -> View { let mut full_title = "Garfildo Esperanta".to_string();