correct category path for picrew page

This commit is contained in:
zepp 2025-03-16 20:33:24 -04:00
parent 66445718ae
commit 1328dc9a17

View File

@ -14,7 +14,7 @@ const { frontmatter } = Astro.props;
---
<BasicLayout pageTitle={frontmatter.title}>
{frontmatter.categoryPage ? <a href="../">go back to {frontmatter.category} - category</a> : ""}
{frontmatter.categoryPage ? <a href="../../">go back to {frontmatter.category} - category</a> : ""}
<slot />
<div class="picrew-gallery">
<figure>