Expand gallery functionality to automatic generation of index, slideshow and map files

This commit is contained in:
2015-12-20 20:55:12 +00:00
parent 56ea4df2aa
commit 4e89402a2a
12 changed files with 150 additions and 363 deletions

View File

@@ -1,5 +1,5 @@
---
layout: "post"
layout: default
---
<section itemscope itemtype="http://schema.org/ImageGallery">
<header>
@@ -11,4 +11,7 @@ layout: "post"
<section class="post-content">
{{ content }}
</section>
{% if false != page.comments %}
{% include disqus.html %}
{% endif %}
</section>