diff --git a/src/components/blog/PostPreview.astro b/src/components/blog/PostPreview.astro index 4a7b8ed3f..d7cab6260 100644 --- a/src/components/blog/PostPreview.astro +++ b/src/components/blog/PostPreview.astro @@ -20,4 +20,4 @@ const postDate = getFormattedDate(date); {post.data.title} -{withDesc && {post.data.description}} +{withDesc && {post.data.description}} diff --git a/src/pages/posts/[...page].astro b/src/pages/posts/[...page].astro index 517888cca..61f343b29 100644 --- a/src/pages/posts/[...page].astro +++ b/src/pages/posts/[...page].astro @@ -49,7 +49,7 @@ const paginationProps = {