Added extra hidden address field
All checks were successful
the build was successful

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2018-09-30 14:33:54 +02:00
parent ade064eb35
commit e15478ef83

View File

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