From 18287083b9d9a276d585cc231077a41b05f803d7 Mon Sep 17 00:00:00 2001 From: Graham Hall Date: Fri, 9 Dec 2022 09:59:22 -0500 Subject: [PATCH] thumbnail stuff --- src/components/Footer.astro | 5 +---- src/layouts/Layout.astro | 1 + src/pages/index.astro | 5 +++++ src/pages/posts/[slug].astro | 7 +++++++ src/styles/global.css | 3 +++ 5 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 src/styles/global.css diff --git a/src/components/Footer.astro b/src/components/Footer.astro index ff6d18d..ac1906d 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -2,10 +2,7 @@ ---