Skip to content

Commit

Permalink
Remove Matrix contact info
Browse files Browse the repository at this point in the history
  • Loading branch information
helenclx committed Feb 10, 2025
1 parent 926c2c5 commit 07b2e91
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/_data/sitemeta.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export const siteAuthor = {
handle: "@[email protected]",
url: "https://social.lol/@helenchong"
},
matrix: "@helenchong:omg.lol",
signal: "helenchong.08"
};
export const siteDescription = siteAuthor.name + "'s developer portfolio and blog website.";
Expand Down
1 change: 0 additions & 1 deletion src/slashes/headerlinks/contact.njk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ eleventyNavigation:
<ul>
<li>Email me directly to <a rel="nofollow, noindex" href="{{ sitemeta.siteAuthor.emailDecoyUrl }}">{{ sitemeta.siteAuthor.emailEncoded | safe }}</a></li>
<li>Fediverse: Ping me or send me a private mention to my Mastodon account at <a href="{{ sitemeta.siteAuthor.fediverse.url }}">{{ sitemeta.siteAuthor.fediverse.handle }}</a></li>
<li>Matrix: Message <code>{{ sitemeta.siteAuthor.matrix }}</code></li>
<li>Signal: Message <code>{{ sitemeta.siteAuthor.signal }}</code></li>
</ul>

Expand Down

0 comments on commit 07b2e91

Please sign in to comment.