add todo component cuz

Signed-off-by: Ash Entwisle <ash.entwisle@protonmail.com>
issue/index
Ash Entwisle 2023-09-19 00:49:25 +00:00
parent 17f26d98a3
commit 44f3237af0
No known key found for this signature in database
GPG Key ID: 0E3CBB6B4BE9FE33
4 changed files with 28 additions and 32 deletions

25
src/layouts/Todo.astro Normal file
View File

@ -0,0 +1,25 @@
---
// import Error from "../components/Error.astro"; //! TODO: sort this out
import Boilerplate from "./Boilerplate.astro";
import Error from "../components/Error.astro";
// use styles.scss
import "../styles.scss";
const keywords: string[] = [];
---
<Boilerplate
title="502"
description="Page not yet avaliable"
keywords={keywords}
>
<Error code="502">
<p class="text-xl p-250">
Sorry, the page `<code>{Astro.url}</code>` does not yet exist, but it is
soon to be added. Click <a href="/" class="text-hue_4a hover:text-hue_4b"
>here</a
> to go back to the homepage.
</p>
</Error>
</Boilerplate>

View File

@ -1,31 +1,4 @@
---
import Boilerplate from "../layouts/Boilerplate.astro";
import Todo from "../components/Todo.astro";
const keywords = [
"hull",
"computer",
"science",
"society",
"hcss",
"hcssoc",
"hull",
"university",
"students",
"student",
"union",
"hull",
"css",
"society",
"computer",
"Blog"
];
import Todo from "../layouts/Todo.astro";
---
<Boilerplate
title="Hull Computer Science Society Blog"
description="This is the Blog for the Hull Computer Science Society"
keywords={keywords}
>
<Todo />
</Boilerplate>
<Todo />

View File

@ -1,5 +1,3 @@
---
layout: ../layouts/markdown
layout: ../layouts/Markdown.astro
---
# TODO