From d9ae38197ce3efe40fef89acd7aa3b7896085553 Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Sat, 18 Apr 2026 21:46:01 +0300 Subject: [PATCH] update post nav format --- src/components/Posts/PostNav.astro | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/src/components/Posts/PostNav.astro b/src/components/Posts/PostNav.astro index 6a323eb..0e37186 100644 --- a/src/components/Posts/PostNav.astro +++ b/src/components/Posts/PostNav.astro @@ -43,7 +43,7 @@ const nextSlug = nextPost ? getSlugFromId(nextPost.id) : null; ---