update mastodon link and add to homepage
This commit is contained in:
@@ -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"
|
||||
>
|
||||
|
@@ -109,6 +109,7 @@ const IndexPage = ({
|
||||
</Link>
|
||||
)}
|
||||
</main>
|
||||
<a className="hidden" rel="me" href="https://hachyderm.io/@chuckletmilk">Mastodon</a>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
Reference in New Issue
Block a user