From 1328dc9a1747f24464c1693f8161a40c5ba2e9f1 Mon Sep 17 00:00:00 2001 From: zepp Date: Sun, 16 Mar 2025 20:33:24 -0400 Subject: [PATCH] correct category path for picrew page --- src/layouts/PicrewLayout.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/PicrewLayout.astro b/src/layouts/PicrewLayout.astro index 0abf48c..f3aa46e 100644 --- a/src/layouts/PicrewLayout.astro +++ b/src/layouts/PicrewLayout.astro @@ -14,7 +14,7 @@ const { frontmatter } = Astro.props; --- - {frontmatter.categoryPage ? go back to {frontmatter.category} - category : ""} + {frontmatter.categoryPage ? go back to {frontmatter.category} - category : ""}