summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-04-27 09:09:38 +0100
committerJoe Carstairs <me@joeac.net>2026-04-27 09:09:38 +0100
commit295e63d821d823765091fd52643ccbc172065c39 (patch)
treede7eeb984d47c4cedba10d32ef7707bcf9a3df4b /website
parent4729e27ea847761a979f162c6157420e96409a5f (diff)
website: remove links page
Diffstat (limited to 'website')
-rw-r--r--website/src/pages/links.astro8
1 files changed, 0 insertions, 8 deletions
diff --git a/website/src/pages/links.astro b/website/src/pages/links.astro
deleted file mode 100644
index 1368e00..0000000
--- a/website/src/pages/links.astro
+++ /dev/null
@@ -1,8 +0,0 @@
----
-import Page from '../layouts/Page.astro';
-import LinksFeed from '../components/LinksFeed.astro';
----
-
-<Page title='Links | joeac' description='Assorted links I’m accumulating.'>
- <LinksFeed headingLevel={1} hideAuthor={false} />
-</Page>