diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-05-12 08:33:19 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-05-12 08:33:19 +0100 |
| commit | 0f75bf3443996f287b9a8a70abb0b3ac8031def8 (patch) | |
| tree | c8136ceb877e6f7b0c1dc918fe5e2e3626cd5287 /website/src/pages/index.astro | |
| parent | 88c6e8a6585c00f0a94e27f1351e77ef18518196 (diff) | |
Styling overhaul
Diffstat (limited to 'website/src/pages/index.astro')
| -rw-r--r-- | website/src/pages/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/src/pages/index.astro b/website/src/pages/index.astro index 74cf934..4e9d87b 100644 --- a/website/src/pages/index.astro +++ b/website/src/pages/index.astro @@ -8,4 +8,4 @@ import Page from '../layouts/Page.astro'; <Page title={SITE_TITLE} description={SITE_DESCRIPTION}> <Me /> <BlogFeed hideAuthor /> -</Page>
\ No newline at end of file +</Page> |
