Fix problem in gallery generator plugin
This commit is contained in:
@@ -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 %}
|
||||||
|
|||||||
@@ -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 }}" />
|
||||||
|
|||||||
Reference in New Issue
Block a user