diff --git a/recivi.json b/recivi.json index 8ad317b..d154b71 100644 --- a/recivi.json +++ b/recivi.json @@ -3,25 +3,6 @@ "bio": { "name": "Tera", "fullName": "Tera Bites", - "pronouns": [ - { - "language": "English", - "pronouns": [ - { - "firstSet": "he", - "secondSet": "him" - }, - { - "firstSet": "they", - "secondSet": "them" - }, - { - "firstSet": "it", - "secondSet": "its" - } - ] - } - ], "summary": "Hobbyist software developer with a love for backend systems", "labels": ["software developer", "homelabber"], "aliases": ["imterah"], @@ -60,6 +41,14 @@ }, "url": "https://git.terah.dev/imterah", "username": "imterah" + }, + { + "site": { + "id": "matrix", + "name": "Matrix" + }, + "url": "https://matrix.to/#/@tera:matrix.terah.dev", + "username": "@tera:matrix.terah.dev" } ], "skills": [ diff --git a/src/components/Pronouns.astro b/src/components/Pronouns.astro index 0b30e97..c3b2110 100644 --- a/src/components/Pronouns.astro +++ b/src/components/Pronouns.astro @@ -61,6 +61,8 @@ if (pronounSet !== undefined) { combinedPronouns.length - 2 ) } + + combinedPronouns = `${combinedPronouns}`; } --- diff --git a/src/pages/index.mdx b/src/pages/index.mdx index 7bdc940..860499c 100644 --- a/src/pages/index.mdx +++ b/src/pages/index.mdx @@ -20,7 +20,7 @@ export const { origin, residence, labels } = recivi.bio Hello! I'm **{ recivi.bio.name -}** (), { +}**, { labels && labelsDisplay(labels) } { residence && `based in ${addressDisplay(residence)}`