twitter & facebook are garbage

This commit is contained in:
nelle 2024-11-08 16:58:34 -07:00
parent 583b223625
commit ce0769e330

View file

@ -32,19 +32,6 @@ const { title } = Astro.props;
<meta name="title" content={title} />
<meta name="description" content={SITE_DESCRIPTION} />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content={Astro.url} />
<meta property="og:title" content={title} />
<meta property="og:description" content={SITE_DESCRIPTION} />
<meta property="og:profile:gender" content="woman(ish)" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content={Astro.url} />
<meta property="twitter:title" content={title} />
<meta property="twitter:description" content={SITE_DESCRIPTION} />
<!-- Other -->
<meta content="she/they" property="pronouns" />
<link href="https://limbo.town/@nellePoint" rel="me" />
@ -54,4 +41,4 @@ const { title } = Astro.props;
<meta name="darkreader-lock"/>
<!-- sitemap -->
<link rel="sitemap" href="/sitemap-index.xml" />
<link rel="sitemap" href="/sitemap-index.xml" />