Skip to content

Commit

Permalink
mastodon verification
Browse files Browse the repository at this point in the history
  • Loading branch information
trueberryless committed Feb 16, 2025
1 parent ccacc9a commit f89dd8f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/clever-ligers-know.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"trueberryless": patch
---

Add Mastodon verification by including head tags
2 changes: 2 additions & 0 deletions src/src/components/MainHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const {
<meta name="description" property="og:description" content={description} />
<meta name="viewport" content="width=device-width" />
<meta name="generator" content={Astro.generator} />
<meta name="fediverse:creator" content="@[email protected]">
<title>{title}</title>

<link rel="icon" type="image/png"" href="/trueberryless.png" />
Expand All @@ -25,6 +26,7 @@ const {
href="https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,400;0,700;1,400&family=Rubik:wght@500;600&display=swap"
rel="stylesheet"
/>
<link rel="me" href="https://mastodon.social/@trueberryless" />
<script is:inline>
// This code is inlined in the head to make dark mode instant & blocking.
const getThemePreference = () => {
Expand Down

0 comments on commit f89dd8f

Please sign in to comment.