diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index b88aef7..c9286a3 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -27,19 +27,23 @@ if (currentpage !== 'home') { + {title} + - + - + + + - {title} + -
- FIRQ FGO SITE - -
- - - diff --git a/src/pages/index.astro b/src/pages/index.astro index 0250222..2701e3d 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -6,7 +6,7 @@ import FavouriteCard from '../components/favouriteCard.astro' import favouritesdata from '../../static/assets/data/_favouritesdata.json' const description = - 'The very own page of Firq for providing informating about TA servants, listing past TA achievements and (in the future) hosting a blog for talking about FGO, Programming and other stuff' + 'The very own page of Firq for providing informating about TA servants, listing past TA achievements and hosting a blog for talking about FGO, Programming and other stuff' --- - - - + {favouritesdata.map((item) => )}