Files
blog/_layouts/gallery-list.html
Danny Berger e3945ab16b Schema tweaks
2014-12-05 21:38:34 -07:00

14 lines
346 B
HTML

{% 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 %}