popov.link/_layouts/post.html

25 lines
527 B
HTML
Raw Normal View History

2018-01-06 15:12:53 +03:00
---
layout: default
---
2018-04-18 00:14:30 +03:00
<div class="content">
{% include navbar.html %}
2018-04-11 04:05:18 +03:00
2018-04-18 00:14:30 +03:00
<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>
2018-04-11 04:05:18 +03:00
2018-04-18 00:14:30 +03:00
{{ content }}
</article>
2018-04-11 04:05:18 +03:00
2018-04-18 00:14:30 +03:00
<div class="comments">
{% include disqus.html %}
</div>
</div>