diff options
| author | Joe Carstairs <me@joeac.net> | 2026-04-27 09:09:38 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-04-27 09:09:38 +0100 |
| commit | 295e63d821d823765091fd52643ccbc172065c39 (patch) | |
| tree | de7eeb984d47c4cedba10d32ef7707bcf9a3df4b /website/src | |
| parent | 4729e27ea847761a979f162c6157420e96409a5f (diff) | |
website: remove links page
Diffstat (limited to 'website/src')
| -rw-r--r-- | website/src/pages/links.astro | 8 |
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> |
