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
src/pages

View file

@ -24,9 +24,11 @@ const techologydata = [{
"link": "https://www.typescriptlang.org/",
"image": "typescript"
},]
const description = "A summary of the technologies used as well as my contact information. You'll also find disclaimers and thank you notes for the people that helped me.";
---
<Layout title="About - Firq FGO Site" currentpage="about">
<Layout title="About - Firq FGO Site" currentpage="about" descriptionOverride={description}>
<BasicSection title="About">
This is a small sideproject that I'm creating. First time doing webdev in general, and first project using Typescript.
</BasicSection>