From 552bb8d624017a4d810e33280e3ae84ab87eed5c Mon Sep 17 00:00:00 2001
From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com>
Date: Mon, 21 Aug 2023 20:41:54 +0100
Subject: Adds skip link
---
src/layouts/Article.astro | 2 +-
src/layouts/Layout.astro | 1 +
src/layouts/Page.astro | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
(limited to 'src')
diff --git a/src/layouts/Article.astro b/src/layouts/Article.astro
index 5e95147..253479b 100644
--- a/src/layouts/Article.astro
+++ b/src/layouts/Article.astro
@@ -9,7 +9,7 @@ const { title } = Astro.props;
---