Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
fbc54fa1c4
2 changed files with 3 additions and 16 deletions
|
@ -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" />
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
buttons i created
|
||||
<div class="badgeContainer">
|
||||
<a href="https://nelle.observer/"><img class="badge" width="88" height="31" src="/assets/images/badges/mine/nelleobserver.gif" alt="animation of a bunch of twinkling stars (but amber)" loading="lazy"/></a>
|
||||
<a href="https://limepot.xyz/"><img class="badge" width="88" height="31" src="/assets/images/badges/mine/limepotxyz.gif" alt="animation of a bunch of twinkling stars (but purple)" loading="lazy"/></a>
|
||||
<!-- <a href="https://limepot.xyz/"><img class="badge" width="88" height="31" src="/assets/images/badges/mine/limepotxyz.gif" alt="animation of a bunch of twinkling stars (but purple)" loading="lazy"/></a> -->
|
||||
<a href="https://ouroboros.gay/"><img class="badge" width="88" height="31" src="/assets/images/badges/mine/ouroboros.gay.png" loading="lazy"></a>
|
||||
<img id="sgaButton" style="display: none;" width="88" height="31" style="cursor:pointer;" onclick="toggleTheme()" src="/assets/images/badges/mine/standard-galactic-alphabet.png" alt="animation of a bunch of twinkling stars" loading="lazy"/>
|
||||
</div>
|
||||
|
@ -9,4 +9,4 @@ buttons i created
|
|||
every coin counts!
|
||||
<br>
|
||||
<a href="https://ko-fi.com/limepot"><img class="badge" src="/assets/images/badges/kofi.gif"></a>
|
||||
<br/>
|
||||
<br/>
|
||||
|
|
Loading…
Reference in a new issue