Extend gallery functionality, general cleanup

This commit is contained in:
2015-12-20 13:56:21 +00:00
parent 89f2ca8f31
commit 234fe32bb8
22 changed files with 81 additions and 99 deletions

View File

@@ -1,4 +1,6 @@
{% include header.html %}
---
layout: "post"
---
<section itemscope itemtype="http://schema.org/ImageGallery">
<header>
<div class="timeline"></div>
@@ -10,4 +12,3 @@
{{ content }}
</section>
</section>
{% include footer.html %}