Fix problem in gallery generator plugin
This commit is contained in:
@@ -18,7 +18,6 @@ layout: default
|
||||
|
||||
</header>
|
||||
<section class="post-content">
|
||||
{{ content }}
|
||||
{% if false != page.slideshow %}
|
||||
<a href="slideshow.html">[ slideshow ]</a>
|
||||
{% endif %}
|
||||
|
||||
@@ -15,7 +15,6 @@ layout: default
|
||||
{% endif %}
|
||||
</div>
|
||||
<section class="post-content">
|
||||
<p>{{ content }}</p>
|
||||
<a href="{{ gallery_url }}/">[ gallery ]</a>
|
||||
</section>
|
||||
<ul style="margin-top: 0;">
|
||||
@@ -112,7 +111,7 @@ layout: default
|
||||
</dl>
|
||||
</div>
|
||||
|
||||
{% if photo %}
|
||||
{% if photo.latitude %}
|
||||
<div class="map" itemprop="contentLocation" itemscope itemtype="http://schema.org/Place">
|
||||
<span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates">
|
||||
<meta itemprop="latitude" content="{{ photo.latitude }}" />
|
||||
|
||||
Reference in New Issue
Block a user