Skip to content

Commit

Permalink
Update mastodon account
Browse files Browse the repository at this point in the history
  • Loading branch information
gamingrobot committed Jun 8, 2024
1 parent 649f0a8 commit 9ea6c7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ menu = [
{url = "/pages/about", name = "About"},
]

author_url = "https://infosec.exchange/@gamingrobot"
author_url = "https://fosstodon.org/@gamingrobot"

# https://www.goatcounter.com/
goatcounter = "grbt-doingstuff"
Expand Down
2 changes: 1 addition & 1 deletion templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<a class=icon href=mailto:[email protected] target=_blank rel=noopener title=Mail>{{ macros::svg_mail() }}</a>
<a class=icon href=https://github.com/gamingrobot target=_blank rel="noopener me">{{ macros::svg_github() }}</a>
<a class=icon href=https://www.linkedin.com/in/morgancreekmore target=_blank rel="noopener me">{{ macros::svg_linkedin() }}</a>
<a class=icon href=https://infosec.exchange/@gamingrobot target=_blank rel="noopener me">{{ macros::svg_mastadon() }}</a>
<a class=icon href=https://fosstodon.org/@gamingrobot target=_blank rel="noopener me">{{ macros::svg_mastadon() }}</a>
</div>
</section>
</div>
Expand Down
2 changes: 1 addition & 1 deletion themes/hyde-hyde-hyde-zola/sass/hyde-hyde/_responsive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
// background-color: rgb(10, 46, 70);
// }
.topbar a {
color: rgb(228, 226, 222);
color: #e4e2de;
border-color: initial;
}
.topbar a:hover {
Expand Down

0 comments on commit 9ea6c7a

Please sign in to comment.