diff --git a/src/pages/blog/[...slug].astro b/src/pages/blog/[...slug].astro index 07dbce2..821ed73 100644 --- a/src/pages/blog/[...slug].astro +++ b/src/pages/blog/[...slug].astro @@ -16,5 +16,8 @@ const { Content } = await post.render(); --- + +
<---
+
diff --git a/src/pages/homelab/[...slug].astro b/src/pages/homelab/[...slug].astro index 7b44de0..66fbe4f 100644 --- a/src/pages/homelab/[...slug].astro +++ b/src/pages/homelab/[...slug].astro @@ -19,5 +19,8 @@ const { Content } = await post.render(); --- + +
<---
+
\ No newline at end of file diff --git a/src/pages/homelab/servers/[...slug].astro b/src/pages/homelab/servers/[...slug].astro index 36e8221..6a5950d 100644 --- a/src/pages/homelab/servers/[...slug].astro +++ b/src/pages/homelab/servers/[...slug].astro @@ -21,5 +21,8 @@ const { Content } = await servers.render(); --- + +
<---
+
\ No newline at end of file