diff --git a/package.json b/package.json index 0e206ca..42bc9fe 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astroplate", - "version": "3.4.1", + "version": "3.4.2", "description": "Astro and Tailwindcss boilerplate", "author": "zeon.studio", "license": "MIT", diff --git a/src/layouts/PostSingle.astro b/src/layouts/PostSingle.astro index 2a7ce9c..5f59a02 100755 --- a/src/layouts/PostSingle.astro +++ b/src/layouts/PostSingle.astro @@ -101,7 +101,7 @@ const { title, description, author, categories, image, date, tags } = post.data;
{ similarPosts.map((post) => ( -
+
))