Change road icon to regular font
All checks were successful
the build was successful

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2018-11-23 10:07:37 +01:00
parent 5ccf598633
commit b21db27f86

View File

@ -17,7 +17,7 @@ layout: default
<div itemprop="location" itemscope itemtype="http://schema.org/Place"> <div itemprop="location" itemscope itemtype="http://schema.org/Place">
<span class="far fa-map-marker"></span> <span class="far fa-map-marker"></span>
<span itemprop="name">{{ page.location }}</span><br /> <span itemprop="name">{{ page.location }}</span><br />
{% if page.location != page.address %}<span class="fas fa-road"></span>{% endif %} {% if page.location != page.address %}<span class="far fa-road"></span>{% endif %}
<span {% if page.location == page.address %}class="invisible" {% endif %}itemprop="address">{{ page.address }}</span> <span {% if page.location == page.address %}class="invisible" {% endif %}itemprop="address">{{ page.address }}</span>
</div> </div>
</li> </li>