Skip to content

Commit deb60a5

Browse files
authored
adding mastodon social link (#24)
1 parent c9538fa commit deb60a5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ og_image: # The site-wide (default for all links) Open Graph preview image
6565

6666
github_username: computorg
6767
twitter_username: # your Twitter handle
68-
mastodon_username: # your mastodon instance+username in the format instance.tld/@username
68+
mastodon_username: mathstodon.xyz/@computo # your mastodon instance+username in the format instance.tld/@username
6969
linkedin_username: # your LinkedIn user name
7070
telegram_username: # your Telegram user name
7171
scholar_userid: # your Google Scholar ID

_includes/header.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,12 @@
8181
</li>
8282
{% endif %}
8383

84-
85-
<li>&nbsp; &nbsp;
84+
<li>&nbsp;
8685
<a class="navbar-brand title font-weight-lighter" href="https://github.com/{{ site.github_username }}" target="_blank" title="GitHub"><i class="fab fa-github"></i></a>
8786
</li>
87+
<li>
88+
<a class="navbar-brand title font-weight-lighter" href="https://{{ site.mastodon_username }}" target="_blank" title="Mastodon"><i class="fab fa-mastodon"></i></a>
89+
</li>
8890
</ul>
8991

9092
</div>

0 commit comments

Comments
 (0)