Improved embed (Now generated dynamically)

This commit is contained in:
Firq 2023-03-05 23:10:37 +01:00
parent 89efb44feb
commit 440591efa9
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
6 changed files with 27 additions and 9 deletions

View file

@ -8,9 +8,10 @@ import servantdata from '../../static/_servantdata.json'
import CeCard from '../components/ceCard.astro';
import cedata from '../../static/_cedata.json'
const description = "A list of all the servants and ces that Firq can offer up on support for TA."
---
<Layout title="Servants - Firq FGO Site" currentpage="servants">
<Layout title="Servants - Firq FGO Site" currentpage="servants" descriptionOverride={description}>
<BaseSection title="Servant Offering">
{servantdata.map((item) => (<ServantCard {...item}/>))}
</BaseSection>