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:url" content={Astro.url} />
|
||||||
<meta property="og:title" content={title} />
|
<meta property="og:title" content={title} />
|
||||||
<meta property="og:description" content={description} />
|
<meta property="og:description" content={description} />
|
||||||
<!-- <meta property="og:image" content={new URL(image, Astro.url)} /> -->
|
|
||||||
|
|
||||||
<!-- Twitter -->
|
<!-- Mastodon -->
|
||||||
<meta property="twitter:card" content="summary_large_image" />
|
<a style="display: none;" rel="me" href="https://mastodon.social/@cupcakearmy">Mastodon</a>
|
||||||
<meta property="twitter:url" content={Astro.url} />
|
<meta name="fediverse:creator" content="@cupcakearmy@mastodon.social">
|
||||||
<meta property="twitter:title" content={title} />
|
|
||||||
<meta property="twitter:description" content={description} />
|
|
||||||
<!-- <meta property="twitter:image" content={new URL(image, Astro.url)} /> -->
|
|
||||||
|
|
||||||
<script
|
<script
|
||||||
is:inline
|
is:inline
|
||||||
|
Loading…
x
Reference in New Issue
Block a user