diff --git a/src/pages/blog.astro b/src/pages/blog.astro index 434e612..f2fcf75 100644 --- a/src/pages/blog.astro +++ b/src/pages/blog.astro @@ -27,28 +27,33 @@ const posts = recentPosts(); opening it. */}
- - {post.author && ( - <> - · - {post.author} - > - )} -
- {post.summary &&{post.summary}
} ++ + {post.author && ( + <> + · + {post.author} + > + )} +
+ {post.summary &&{post.summary}
} +