adjusting category url path
This commit is contained in:
parent
7b0018abc1
commit
66445718ae
@ -18,6 +18,6 @@ const { frontmatter } = Astro.props;
|
|||||||
|
|
||||||
<BasicLayout>
|
<BasicLayout>
|
||||||
<h1>{frontmatter.title}</h1>
|
<h1>{frontmatter.title}</h1>
|
||||||
{frontmatter.categoryPage ? <a href="../">go back to {frontmatter.category} - category</a> : ""}
|
{frontmatter.categoryPage ? <a href="../../">go back to {frontmatter.category} - category</a> : ""}
|
||||||
<slot />
|
<slot />
|
||||||
</BasicLayout>
|
</BasicLayout>
|
Loading…
x
Reference in New Issue
Block a user