From 00fb1cfbbc019f57bae56bcc176c77fb22a0702b Mon Sep 17 00:00:00 2001 From: Firq Date: Fri, 17 Mar 2023 21:31:29 +0100 Subject: [PATCH] HEAD changes --- src/layouts/Layout.astro | 10 +++++++--- src/layouts/hometitle.astro | 30 ------------------------------ src/pages/index.astro | 6 ++---- 3 files changed, 9 insertions(+), 37 deletions(-) delete mode 100644 src/layouts/hometitle.astro 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) => )}