@@ -28,7 +28,7 @@ <h3 class="author__name p-name" itemprop="name">
2828 < ul class ="author__urls social-icons ">
2929 {% if author.location %}
3030 < li itemprop ="homeLocation " itemscope itemtype ="https://schema.org/Place ">
31- < i class ="fas fa-fw fa-map-marker-alt " aria-hidden ="true "> </ i > < span itemprop ="name " class ="p-locality "> {{ author.location }}</ span >
31+ < i class ="fas fa-fw fa-location-dot " aria-hidden ="true "> </ i > < span itemprop ="name " class ="p-locality "> {{ author.location }}</ span >
3232 </ li >
3333 {% endif %}
3434
@@ -52,7 +52,7 @@ <h3 class="author__name p-name" itemprop="name">
5252 < li >
5353 < a href ="mailto:{{ author.email }} " rel ="me " class ="u-email ">
5454 < meta itemprop ="email " content ="{{ author.email }} " />
55- < i class ="fas fa-fw fa-envelope- square " aria-hidden ="true "> </ i > < span class ="label "> {{ site.data.ui-text[locale].email_label | default: "Email" }}</ span >
55+ < i class ="fas fa-fw fa-square-envelope " aria-hidden ="true "> </ i > < span class ="label "> {{ site.data.ui-text[locale].email_label | default: "Email" }}</ span >
5656 </ a >
5757 </ li >
5858 {% endif %}
@@ -68,15 +68,15 @@ <h3 class="author__name p-name" itemprop="name">
6868 {% if author.twitter %}
6969 < li >
7070 < a href ="https://twitter.com/{{ author.twitter }} " itemprop ="sameAs " rel ="nofollow noopener noreferrer me ">
71- < i class ="fab fa-fw fa-twitter- square " aria-hidden ="true "> </ i > < span class ="label "> Twitter</ span >
71+ < i class ="fab fa-fw fa-square-x-twitter " aria-hidden ="true "> </ i > < span class ="label "> Twitter</ span >
7272 </ a >
7373 </ li >
7474 {% endif %}
7575
7676 {% if author.facebook %}
7777 < li >
7878 < a href ="https://www.facebook.com/{{ author.facebook }} " itemprop ="sameAs " rel ="nofollow noopener noreferrer me ">
79- < i class ="fab fa-fw fa-facebook- square " aria-hidden ="true "> </ i > < span class ="label "> Facebook</ span >
79+ < i class ="fab fa-fw fa-square-facebook " aria-hidden ="true "> </ i > < span class ="label "> Facebook</ span >
8080 </ a >
8181 </ li >
8282 {% endif %}
@@ -92,7 +92,7 @@ <h3 class="author__name p-name" itemprop="name">
9292 {% if author.xing %}
9393 < li >
9494 < a href ="https://www.xing.com/profile/{{ author.xing }} " itemprop ="sameAs " rel ="nofollow noopener noreferrer me ">
95- < i class ="fab fa-fw fa-xing- square " aria-hidden ="true "> </ i > < span class ="label "> XING</ span >
95+ < i class ="fab fa-fw fa-square-xing " aria-hidden ="true "> </ i > < span class ="label "> XING</ span >
9696 </ a >
9797 </ li >
9898 {% endif %}
@@ -108,7 +108,7 @@ <h3 class="author__name p-name" itemprop="name">
108108 {% if author.tumblr %}
109109 < li >
110110 < a href ="https://{{ author.tumblr }}.tumblr.com " itemprop ="sameAs " rel ="nofollow noopener noreferrer me ">
111- < i class ="fab fa-fw fa-tumblr- square " aria-hidden ="true "> </ i > < span class ="label "> Tumblr</ span >
111+ < i class ="fab fa-fw fa-square-tumblr " aria-hidden ="true "> </ i > < span class ="label "> Tumblr</ span >
112112 </ a >
113113 </ li >
114114 {% endif %}
@@ -148,7 +148,7 @@ <h3 class="author__name p-name" itemprop="name">
148148 {% if author.lastfm %}
149149 < li >
150150 < a href ="https://last.fm/user/{{ author.lastfm }} " itemprop ="sameAs " rel ="nofollow noopener noreferrer me ">
151- < i class ="fab fa-fw fa-lastfm- square " aria-hidden ="true "> </ i > < span class ="label "> Last.fm</ span >
151+ < i class ="fab fa-fw fa-square-lastfm " aria-hidden ="true "> </ i > < span class ="label "> Last.fm</ span >
152152 </ a >
153153 </ li >
154154 {% endif %}
0 commit comments