Add navigation back on subpages
This commit is contained in:
parent
e85e882f48
commit
35ce9ed2be
3 changed files with 9 additions and 0 deletions
|
@ -16,5 +16,8 @@ const { Content } = await post.render();
|
||||||
---
|
---
|
||||||
|
|
||||||
<BlogPost {...post.data}>
|
<BlogPost {...post.data}>
|
||||||
|
<a href="/blog">
|
||||||
|
<h5><---</h5>
|
||||||
|
</a>
|
||||||
<Content />
|
<Content />
|
||||||
</BlogPost>
|
</BlogPost>
|
||||||
|
|
|
@ -19,5 +19,8 @@ const { Content } = await post.render();
|
||||||
---
|
---
|
||||||
|
|
||||||
<BlogPost {...post.data}>
|
<BlogPost {...post.data}>
|
||||||
|
<a href="/homelab">
|
||||||
|
<h5><---</h5>
|
||||||
|
</a>
|
||||||
<Content />
|
<Content />
|
||||||
</BlogPost>
|
</BlogPost>
|
|
@ -21,5 +21,8 @@ const { Content } = await servers.render();
|
||||||
---
|
---
|
||||||
|
|
||||||
<ServerDescription {...servers.data}>
|
<ServerDescription {...servers.data}>
|
||||||
|
<a href="/homelab">
|
||||||
|
<h5><---</h5>
|
||||||
|
</a>
|
||||||
<Content />
|
<Content />
|
||||||
</BlogPost>
|
</BlogPost>
|
Loading…
Reference in a new issue