From a3cb91cff859fb040cc2d207c6a50241a00d2c67 Mon Sep 17 00:00:00 2001
From: Ayo
Date: Sat, 24 Sep 2022 14:29:43 +0200
Subject: [PATCH] initial semantic html
---
src/components/Card.astro | 1 +
src/components/Footer.astro | 2 -
src/layouts/Layout.astro | 17 +++---
src/pages/index.astro | 114 ++++++++++++++++++------------------
4 files changed, 67 insertions(+), 67 deletions(-)
diff --git a/src/components/Card.astro b/src/components/Card.astro
index 5a9a126..34a2aa2 100644
--- a/src/components/Card.astro
+++ b/src/components/Card.astro
@@ -19,6 +19,7 @@ const { href, title, body } = Astro.props;
+
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index 6bc013b..25cdb51 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -24,7 +24,7 @@ import Footer from '../components/Footer.astro';