Updated About page, added blogpost for new deployment

This commit is contained in:
Firq 2023-12-23 23:17:02 +01:00
parent c1691a22d7
commit 72f6c3818b
Signed by: Firq
GPG key ID: 4DE1059A4666E89F
12 changed files with 186 additions and 9 deletions

View file

@ -0,0 +1,17 @@
---
import Layout from '../layouts/Layout.astro';
---
<Layout title="Firq FGO Site">
<Navbar/>
<Title/>
<Divider/>
<HomeLayout>
<AboutMe/>
<Favourites/>
</HomeLayout>
</Layout>
<style>
</style>