Add navigation back on subpages

This commit is contained in:
Rolf Martin Glomsrud 2024-08-03 21:38:16 +02:00
parent e85e882f48
commit 35ce9ed2be
3 changed files with 9 additions and 0 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>