Skip to content
Snippets Groups Projects
Commit f5d62815 authored by Eloi Perdereau's avatar Eloi Perdereau
Browse files

fix location marker icon

parent 27b8adfc
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
<ul class="author__urls social-icons"> <ul class="author__urls social-icons">
{% if author.location %} {% if author.location %}
<li itemprop="homeLocation" itemscope itemtype="https://schema.org/Place"> <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> </li>
{% endif %} {% endif %}
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
<ul class="social"> <ul class="social">
{% if author.location %} {% if author.location %}
<li style="display: none" itemprop="homeLocation" itemscope itemtype="https://schema.org/Place"> <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> </li>
{% endif %} {% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment