feat: add meta description to more pages

This commit is contained in:
Sam 2023-03-28 00:52:44 +02:00
parent 83c90248e4
commit 56c0d40a11
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
5 changed files with 8 additions and 0 deletions

View file

@ -122,6 +122,7 @@
: `${data.name} (@${data.user.name})`}
/>
<meta property="og:url" content="{PUBLIC_BASE_URL}/@{data.user.name}/{data.name}" />
<meta name="description" content="{data.name} (@{data.user.name}) on pronouns.cc" />
{#if data.avatar}
<meta property="og:image" content={memberAvatars(data)[0]} />