summaryrefslogtreecommitdiff
path: root/src/layouts/Layout.astro
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-21 20:41:54 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-21 20:41:54 +0100
commit552bb8d624017a4d810e33280e3ae84ab87eed5c (patch)
tree34f1947f9ee6913b71d1233bb2e89096132bfaba /src/layouts/Layout.astro
parenta17d8c4b6f7ed96d52d0c9155c809786a2e66c7a (diff)
Adds skip link
Diffstat (limited to 'src/layouts/Layout.astro')
-rw-r--r--src/layouts/Layout.astro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index bb30305..a2fb963 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -27,6 +27,7 @@ const t = translate(locale);
<title>{title} | {t(site, { key: 'title' })}</title>
</head>
<body id="top">
+ <a class="btn skip-to-content" href="#main">Skip to content</a>
<Navbar />
<slot />
<Footer />