update mastodon link and add to homepage

This commit is contained in:
Chuck Dries 2023-03-01 13:43:16 -08:00
parent c0bb0faa09
commit a9cbabaf54
2 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,7 @@ const ExternalLinks = () => (
<li>
<a
className={navClasses}
href="https://mastodon.chuckdries.com/@chuck"
href="https://hachyderm.io/@chuckletmilk"
rel="me noreferrer"
target="_blank"
>

View File

@ -109,6 +109,7 @@ const IndexPage = ({
</Link>
)}
</main>
<a className="hidden" rel="me" href="https://hachyderm.io/@chuckletmilk">Mastodon</a>
</>
);
};