diff --git a/src/layouts/PostLayout.astro b/src/layouts/PostLayout.astro index d05ef64..cd8851f 100644 --- a/src/layouts/PostLayout.astro +++ b/src/layouts/PostLayout.astro @@ -16,57 +16,19 @@ const { frontmatter } = Astro.props; --- -
-
-
-

{frontmatter.title}

- {frontmatter.author} -

{frontmatter.date}

-
- +
+
+

+ {frontmatter.title} +

+ +
+

+ {frontmatter.date} | {frontmatter.author} +

+ +
- -