From b9b3b47b3afe45e32bc4c7b3ed8f292d25da8639 Mon Sep 17 00:00:00 2001 From: welpo Date: Sun, 10 Aug 2025 15:58:45 +0200 Subject: [PATCH] revert archive date format for spanish --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index a6023d1..a54f0f4 100644 --- a/config.toml +++ b/config.toml @@ -242,7 +242,7 @@ archive_date_format = "" # Per-language date format overrides. # Examples: Spanish uses "3 de febrero de 2024", German uses "3. Februar 2024" date_formats = [ - { lang = "es", long = "%d de %B de %Y", short = "%-d %b %Y", archive = "%d de %b" }, + { lang = "es", long = "%d de %B de %Y", short = "%-d %b %Y" }, { lang = "de", long = "%d. %B %Y", short = "%d.%m.%Y", archive = "%d. %b" }, ]