Changed display class for invisible location to display: none
the build was successful Details

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2018-12-09 20:52:13 +01:00
parent 247e148f9d
commit cedbbda55c
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
<li><span class="far fa-map-marker"></span>
<div class="d-inline" itemprop="location" itemscope itemtype="http://schema.org/Place">
<span itemprop="name">{{ event.location }}</span>
<span class="invisible" itemprop="address">{{ event.location }}</span>
<span class="d-none" itemprop="address">{{ event.location }}</span>
</div>
</li>
<li>