Fixed location markup
the build was successful Details

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2018-09-30 14:22:05 +02:00
parent 5a168694d7
commit 38529958f0
1 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,9 @@ layout: default
<ul class="list-unstyled">
<li>
<span class="far fa-map-marker"></span>
<span itemprop="location">{{ page.location }}</span>
<div itemprop="location" itemscope itemtype="http://schema.org/Place">
<span itemprop="name address">{{ page.location }}</span>
</div>
</li>
<li>
<span class="far fa-calendar-alt"></span>