diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-18 18:35:45 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-18 18:35:45 +0100 |
| commit | dcf5bd40027f4264d2cd201278824e185869c412 (patch) | |
| tree | 71e504dcaca31a29d7401a57f6375cb4c2d4082b /src/layouts/Article.astro | |
| parent | 363cb70343106b5a66b8fedf261ca0122a242302 (diff) | |
Back to top link goes RIGHT to the top
Diffstat (limited to 'src/layouts/Article.astro')
| -rw-r--r-- | src/layouts/Article.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layouts/Article.astro b/src/layouts/Article.astro index 253479b..5e95147 100644 --- a/src/layouts/Article.astro +++ b/src/layouts/Article.astro @@ -9,7 +9,7 @@ const { title } = Astro.props; --- <Layout title={title}> - <article id="main"> + <article> <slot /> </article> </Layout> |
