Added extra hidden address field
the build was successful Details

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

View File

@ -16,7 +16,8 @@ layout: default
<li>
<span class="far fa-map-marker"></span>
<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>
</li>
<li>