popov.link/_layouts/post.html
2018-04-18 01:14:30 +04:00

25 lines
527 B
HTML

---
layout: default
---
<div class="content">
{% include navbar.html %}
<article>
<header class="header">
<h1 class="header-title">
{{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}
</h1>
<p class="header-annotation">
<time datetime="{{ page.date | date_to_xmlschema}}">{{ page.date | date_to_long_string }}</time>
</p>
</header>
{{ content }}
</article>
<div class="comments">
{% include disqus.html %}
</div>
</div>