File tree Expand file tree Collapse file tree 5 files changed +12
-2
lines changed Expand file tree Collapse file tree 5 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -107,12 +107,13 @@ author:
107
107
impactstory : # "https://profiles.impactstory.org/u/xxxx-xxxx-xxxx-xxxx"
108
108
lastfm :
109
109
linkedin : " jayrobwilliams"
110
+ mastodon : " fosstodon.org/@jayrobw"
110
111
pinterest :
111
112
soundcloud :
112
113
stackoverflow : # "https://stackoverflow.com/users/10912314/jayrobwilliams"
113
114
steam :
114
115
tumblr :
115
- twitter : " jayrobw "
116
+ twitter :
116
117
vine :
117
118
weibo :
118
119
xing :
Original file line number Diff line number Diff line change @@ -43,6 +43,9 @@ <h3 class="author__name">{{ author.name }}</h3>
43
43
{% if author.twitter %}
44
44
< li > < a href ="https://twitter.com/{{ author.twitter }} "> < i class ="fab fa-fw fa-twitter " aria-hidden ="true " style ="padding-right: 1.5em; "> </ i > Twitter</ a > </ li >
45
45
{% endif %}
46
+ {% if author.mastodon %}
47
+ < li > < a rel ="me " href ="https://{{ author.mastodon }} "> < i class ="fab fa-fw fa-mastodon " aria-hidden ="true " style ="padding-right: 1.5em; "> </ i > Mastodon</ a > </ li >
48
+ {% endif %}
46
49
{% if author.facebook %}
47
50
< li > < a href ="https://www.facebook.com/{{ author.facebook }} "> < i class ="fab fa-fw fa-facebook-square " aria-hidden ="true " style ="padding-right: 1.5em; "> </ i > Facebook</ a > </ li >
48
51
{% endif %}
Original file line number Diff line number Diff line change 121
121
(facebook, $facebook-color ),
122
122
(twitter, $twitter-color ),
123
123
(google- plus, $google-plus-color ),
124
- (linkedin, $linkedin-color );
124
+ (linkedin, $linkedin-color ),
125
+ (mastodon, $mastodon-color );
125
126
126
127
@each $socialnetwork , $color in $social {
127
128
& --#{$socialnetwork} {
Original file line number Diff line number Diff line change @@ -236,6 +236,10 @@ body:hover .visually-hidden button {
236
236
.fa-linkedin-square {
237
237
color : $linkedin-color ;
238
238
}
239
+
240
+ .fa-mastodon {
241
+ color : $mastodon-color ;
242
+ }
239
243
240
244
.fa-pinterest ,
241
245
.fa-pinterest-p ,
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ $google-plus-color : #dd4b39;
79
79
$instagram-color : #517fa4 ;
80
80
$lastfm-color : #d51007 ;
81
81
$linkedin-color : #007bb6 ;
82
+ $mastodon-color : #6364ff ;
82
83
$orcid-color : #a6ce39 ;
83
84
$pinterest-color : #cb2027 ;
84
85
$rss-color : #fa9b39 ;
You can’t perform that action at this time.
0 commit comments