Change road icon to regular font
the build was successful Details

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

View File

@ -17,7 +17,7 @@ layout: default
<div itemprop="location" itemscope itemtype="http://schema.org/Place">
<span class="far fa-map-marker"></span>
<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>
</div>
</li>