File tree 2 files changed +5
-0
lines changed 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,8 @@ og_image: # The site-wide (default for all links) Open Graph preview image
70
70
github_username : # your GitHub user name
71
71
gitlab_username : # your GitLab user name
72
72
twitter_username : # your Twitter handle
73
+ mastodon_username : # your mastodon username
74
+ mastodon_instance : # your mastodon instance
73
75
linkedin_username : # your LinkedIn user name
74
76
scholar_userid : # your Google Scholar ID
75
77
semanticscholar_id : # your Semantic Scholar ID
Original file line number Diff line number Diff line change 28
28
{%- if site.twitter_username -%}
29
29
< a href ="https://twitter.com/{{ site.twitter_username }} " title ="Twitter "> < i class ="fab fa-twitter "> </ i > </ a >
30
30
{% endif %}
31
+ {%- if site.mastodon_instance and site.mastodon_username -%}
32
+ < a rel ="me " href ="https://{{ site.mastodon_instance }}/@{{site.mastodon_username}} " title ="Mastodon "> < i class ="fab fa-mastodon "> </ i > </ a >
33
+ {% endif %}
31
34
{%- if site.medium_username -%}
32
35
< a href ="https://medium.com/@{{ site.medium_username }} " title ="Medium "> < i class ="fab fa-medium "> </ i > </ a >
33
36
{% endif %}
You can’t perform that action at this time.
0 commit comments