15 lines
317 B
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>
|