File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,9 @@ <h3 class="author__name">{{ author.name }}</h3>
44
44
{% if author.twitter %}
45
45
< li > < a href ="https://twitter.com/{{ author.twitter }} "> < i class ="fab fa-fw fa-twitter-square " aria-hidden ="true "> </ i > Twitter</ a > </ li >
46
46
{% endif %}
47
+ {% if author.mastodon %}
48
+ < li > < a href ="{{ author.mastodon }} "> < i class ="fab fa-fw fa-mastodon " aria-hidden ="true "> </ i > Mastodon</ a > </ li >
49
+ {% endif %}
47
50
{% if author.facebook %}
48
51
< li > < a href ="https://www.facebook.com/{{ author.facebook }} "> < i class ="fab fa-fw fa-facebook-square " aria-hidden ="true "> </ i > Facebook</ a > </ li >
49
52
{% endif %}
Original file line number Diff line number Diff line change @@ -233,6 +233,11 @@ body:hover .visually-hidden button {
233
233
color : $linkedin-color ;
234
234
}
235
235
236
+ .fa-mastodon ,
237
+ .fa-mastodon-square {
238
+ color : $mastodon-color ;
239
+ }
240
+
236
241
.ai-orcid-square {
237
242
color : $orcid-color ;
238
243
}
Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ $google-plus-color : #dd4b39;
77
77
$instagram-color : #517fa4 ;
78
78
$lastfm-color : #d51007 ;
79
79
$linkedin-color : #007bb6 ;
80
+ $mastodon-color : #6364ff ;
80
81
$orcid-color : #a6ce39 ;
81
82
$pinterest-color : #cb2027 ;
82
83
$rss-color : #fa9b39 ;
You can’t perform that action at this time.
0 commit comments