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> </header>
<section class="post-content"> <section class="post-content">
{{ content }}
{% if false != page.slideshow %} {% if false != page.slideshow %}
<a href="slideshow.html">[ slideshow ]</a> <a href="slideshow.html">[ slideshow ]</a>
{% endif %} {% endif %}

View File

@@ -15,7 +15,6 @@ layout: default
{% endif %} {% endif %}
</div> </div>
<section class="post-content"> <section class="post-content">
<p>{{ content }}</p>
<a href="{{ gallery_url }}/">[ gallery ]</a> <a href="{{ gallery_url }}/">[ gallery ]</a>
</section> </section>
<ul style="margin-top: 0;"> <ul style="margin-top: 0;">
@@ -112,7 +111,7 @@ layout: default
</dl> </dl>
</div> </div>
{% if photo %} {% if photo.latitude %}
<div class="map" itemprop="contentLocation" itemscope itemtype="http://schema.org/Place"> <div class="map" itemprop="contentLocation" itemscope itemtype="http://schema.org/Place">
<span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"> <span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates">
<meta itemprop="latitude" content="{{ photo.latitude }}" /> <meta itemprop="latitude" content="{{ photo.latitude }}" />