correct category path for picrew page
This commit is contained in:
parent
66445718ae
commit
1328dc9a17
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user