From f977ee338c7eff240c26c793d7340de4a7b5788b Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Wed, 5 Jun 2024 09:38:10 +0100 Subject: Adds Links page and fixes blog feed --- website/src/pages/links.astro | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 website/src/pages/links.astro (limited to 'website/src/pages/links.astro') diff --git a/website/src/pages/links.astro b/website/src/pages/links.astro new file mode 100644 index 0000000..1368e00 --- /dev/null +++ b/website/src/pages/links.astro @@ -0,0 +1,8 @@ +--- +import Page from '../layouts/Page.astro'; +import LinksFeed from '../components/LinksFeed.astro'; +--- + + + + -- cgit v1.2.3