diff --git a/src/components/BlogFooter.astro b/src/components/BlogFooter.astro index f7437c7..7d76c5e 100644 --- a/src/components/BlogFooter.astro +++ b/src/components/BlogFooter.astro @@ -17,7 +17,7 @@ const next = index !== 0 ? posts.at(index - 1) : undefined const previous = index !== posts.length - 1 ? posts.at(index + 1) : undefined --- - +
{ previous !== undefined && ( diff --git a/src/pages/[slug]/index.astro b/src/pages/[slug]/index.astro index 7fee2a4..52bc96a 100644 --- a/src/pages/[slug]/index.astro +++ b/src/pages/[slug]/index.astro @@ -129,8 +129,8 @@ const structuredData = { { suggestions.length > 0 && ( -
- +
+

You might also like...