Removed linebreak if address is not shown
the build was successful Details

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

View File

@ -16,8 +16,8 @@ layout: default
<li>
<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="far fa-road"></span>{% endif %}
<span itemprop="name">{{ page.location }}</span>
{% if page.location != page.address %}<br /><span class="far fa-road"></span>{% endif %}
<span {% if page.location == page.address %}class="invisible" {% endif %}itemprop="address">{{ page.address }}</span>
</div>
</li>