Skip to content

Commit

Permalink
[Misc] Two Mastodon-related fixes!
Browse files Browse the repository at this point in the history
  • Loading branch information
maisymoe committed Sep 21, 2023
1 parent 239bf5f commit 86b2ec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Socials.astro
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const socials: Social[] = [
platform: "mastodon",
username: "[email protected]",
color: "#6364FF",
href: "//discord.com/users/257109471589957632",
href: "https://wetdry.world/@maisy",
},
{
platform: "email",
Expand Down
1 change: 1 addition & 0 deletions src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const usableTitle = title ? `${title} - ${baseTitle}` : baseTitle;
<meta property="og:site_name" content={usableTitle} />
<meta property="og:description" content={ogpDescription ?? "Hi there, I'm maisy!"} />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="me" href="https://wetdry.world/@maisy" />
<title>{usableTitle}</title>
<slot name="head" />
</head>
Expand Down

0 comments on commit 86b2ec1

Please sign in to comment.