From 29dc61c8677b1bac8d670f6453add89aefd7533b Mon Sep 17 00:00:00 2001 From: prototypa Date: Fri, 21 Apr 2023 13:08:29 -0400 Subject: [PATCH] Adjust layout similar to the list of blogs --- src/pages/[...blog]/[category]/[...page].astro | 2 +- src/pages/[...blog]/[tag]/[...page].astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/[...blog]/[category]/[...page].astro b/src/pages/[...blog]/[category]/[...page].astro index eb7ea8d..21c7702 100644 --- a/src/pages/[...blog]/[category]/[...page].astro +++ b/src/pages/[...blog]/[category]/[...page].astro @@ -41,7 +41,7 @@ const meta = { --- -
+
{category.replaceAll('-', ' ')} diff --git a/src/pages/[...blog]/[tag]/[...page].astro b/src/pages/[...blog]/[tag]/[...page].astro index 4bfa79e..0946b6b 100644 --- a/src/pages/[...blog]/[tag]/[...page].astro +++ b/src/pages/[...blog]/[tag]/[...page].astro @@ -41,7 +41,7 @@ const meta = { --- -
+
Tag: {tag}