HEAD changes

This commit is contained in:
Firq 2023-03-17 21:31:29 +01:00
parent 47609f3c3c
commit 00fb1cfbbc
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
3 changed files with 9 additions and 37 deletions
src/pages

View file

@ -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'
---
<Layout
@ -14,9 +14,7 @@ const description =
currentpage="home"
descriptionOverride={description}
>
<Hero>
<!--<a rel="me" href="https://mastodon.neshweb.net/@Firq">a</a> TODO Future me-->
</Hero>
<Hero />
<BaseSection title="Favourites">
{favouritesdata.map((item) => <FavouriteCard {...item} />)}
</BaseSection>