Schema tweaks

This commit is contained in:
Danny Berger
2014-12-05 21:38:34 -07:00
parent 2488ed3c5d
commit e3945ab16b
7 changed files with 47 additions and 18 deletions

View File

@@ -0,0 +1,13 @@
{% include header.html %}
<section itemscope itemtype="http://schema.org/ImageGallery">
<header>
<div class="timeline"></div>
<h1>
<span itemprop="name">{{ page.title }}</span>
</h1>
</header>
<section class="post-content">
{{ content }}
</section>
</section>
{% include footer.html %}