Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user