Fix problem in gallery generator plugin

This commit is contained in:
2016-06-05 21:25:51 +01:00
parent c3affdd0c3
commit 3a7a11e6cf
3 changed files with 238 additions and 240 deletions

View File

@@ -18,7 +18,6 @@ layout: default
</header>
<section class="post-content">
{{ content }}
{% if false != page.slideshow %}
<a href="slideshow.html">[ slideshow ]</a>
{% endif %}

View File

@@ -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 }}" />