From 7777ceebb7975e2f577b129d90053a07a8fe37f8 Mon Sep 17 00:00:00 2001 From: Dilson's Pickles Date: Thu, 24 Aug 2023 11:34:58 +1000 Subject: [PATCH] Utilise typography plugin --- src/layouts/PostLayout.astro | 62 +++++++----------------------------- 1 file changed, 12 insertions(+), 50 deletions(-) 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} +

+ +
- -