Files
blog/_layouts/gallery-list.html

15 lines
317 B
HTML

---
layout: "post"
---
<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>