18 lines
404 B
HTML
18 lines
404 B
HTML
---
|
|
layout: default
|
|
---
|
|
<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>
|
|
{% if false != page.comments %}
|
|
{% include disqus.html %}
|
|
{% endif %}
|
|
</section>
|