From d83500a0c9a28cb9e22cd759f9300acff1bd7472 Mon Sep 17 00:00:00 2001 From: Obsidian Sync Date: Wed, 25 Feb 2026 19:19:24 +0530 Subject: [PATCH] Use pretty URLs for blog posts in listings --- src/components/ArrowCard.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ArrowCard.astro b/src/components/ArrowCard.astro index 6acfbf3..0fef939 100644 --- a/src/components/ArrowCard.astro +++ b/src/components/ArrowCard.astro @@ -18,7 +18,7 @@ const datePrefix = `${day} ${month}. `; ---