mirror of
https://github.com/cupcakearmy/nicco.io.git
synced 2025-03-12 14:37:33 +00:00
remove twitter and add mastodon
This commit is contained in:
parent
88df111a1b
commit
2317867e52
@ -41,14 +41,11 @@ if (Astro.props.title) {
|
||||
<meta property="og:url" content={Astro.url} />
|
||||
<meta property="og:title" content={title} />
|
||||
<meta property="og:description" content={description} />
|
||||
<!-- <meta property="og:image" content={new URL(image, Astro.url)} /> -->
|
||||
|
||||
<!-- 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={description} />
|
||||
<!-- <meta property="twitter:image" content={new URL(image, Astro.url)} /> -->
|
||||
<!-- Mastodon -->
|
||||
<a style="display: none;" rel="me" href="https://mastodon.social/@cupcakearmy">Mastodon</a>
|
||||
<meta name="fediverse:creator" content="@cupcakearmy@mastodon.social">
|
||||
|
||||
|
||||
<script
|
||||
is:inline
|
||||
|
Loading…
x
Reference in New Issue
Block a user