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}>
|
||||
<a href="/blog">
|
||||
<h5><---</h5>
|
||||
</a>
|
||||
<Content />
|
||||
</BlogPost>
|
||||
|
|
|
@ -19,5 +19,8 @@ const { Content } = await post.render();
|
|||
---
|
||||
|
||||
<BlogPost {...post.data}>
|
||||
<a href="/homelab">
|
||||
<h5><---</h5>
|
||||
</a>
|
||||
<Content />
|
||||
</BlogPost>
|
|
@ -21,5 +21,8 @@ const { Content } = await servers.render();
|
|||
---
|
||||
|
||||
<ServerDescription {...servers.data}>
|
||||
<a href="/homelab">
|
||||
<h5><---</h5>
|
||||
</a>
|
||||
<Content />
|
||||
</BlogPost>
|
Loading…
Reference in a new issue