From dbedcc9d1eb5c00e303fca692c100257bb1c570d Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 5 Jun 2023 17:20:21 +0200 Subject: [PATCH] fix: add fix for older cached items --- src/components/Post.astro | 12 ++++++++++++ src/layouts/Layout.astro | 8 +------- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/src/components/Post.astro b/src/components/Post.astro index f7a91ad..8b6a846 100644 --- a/src/components/Post.astro +++ b/src/components/Post.astro @@ -72,3 +72,15 @@ const datePublished = } } + + \ No newline at end of file diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index f554399..aed3a83 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -36,7 +36,7 @@ const { title } = Astro.props; } -