Changed display class for invisible location to display: none
All checks were successful
the build was successful
All checks were successful
the build was successful
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user