Changed block to inline behaviour
the build was successful Details

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

View File

@ -15,7 +15,7 @@ layout: default
<ul class="list-unstyled">
<li>
<span class="far fa-map-marker"></span>
<div 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>
</div>
</li>