diff --git a/_includes/author-profile.html b/_includes/author-profile.html index 0e30d8dfc5e2cbb7e0512896f28af47cf6913fea..cf95c12c2b3b26d526b29b91603864f171bda559 100644 --- a/_includes/author-profile.html +++ b/_includes/author-profile.html @@ -44,7 +44,7 @@ <ul class="author__urls social-icons"> {% if author.location %} <li itemprop="homeLocation" itemscope itemtype="https://schema.org/Place"> - <i class="fa fa-map-marker-alt fa-fw" aria-hidden="true"></i> <span itemprop="name">{{ author.location }}</span> + <i class="fa fa-map-marker fa-fw" aria-hidden="true"></i> <span itemprop="name">{{ author.location }}</span> </li> {% endif %} diff --git a/_includes/footer/author-profile.html b/_includes/footer/author-profile.html index 5f5a1991b97d6ef467c65e25455a6df45700a839..38f35784ee37f0dff6a5dbc7a2f4a4c03c3b8e2b 100644 --- a/_includes/footer/author-profile.html +++ b/_includes/footer/author-profile.html @@ -38,7 +38,7 @@ <ul class="social"> {% if author.location %} <li style="display: none" itemprop="homeLocation" itemscope itemtype="https://schema.org/Place"> - <i class="fa fa-map-marker-alt fa-fw" aria-hidden="true"></i> <span itemprop="name">{{ author.location }}</span> + <i class="fa fa-map-marker fa-fw" aria-hidden="true"></i> <span itemprop="name">{{ author.location }}</span> </li> {% endif %}