popov.link/_layouts/post.html

17 lines
406 B
HTML
Raw Normal View History

2018-01-06 15:12:53 +03:00
---
layout: default
---
<article>
<header class="page-header">
<h1 class="text-muted">
{{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}
<p><small><time datetime="{{ page.date | date_to_xmlschema}}">{{ page.date | date_to_long_string }}</time></small></p>
</h1>
</header>
2018-04-11 04:05:18 +03:00
{{ content }}
2018-04-11 04:05:18 +03:00
{% include disqus.html %}
</article>