Updated About page, added blogpost for new deployment
This commit is contained in:
parent
c1691a22d7
commit
72f6c3818b
12 changed files with 186 additions and 9 deletions
src/pages
17
src/pages/_index.astro.old
Normal file
17
src/pages/_index.astro.old
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue