2018-01-06 15:12:53 +03:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
---
|
|
|
|
|
2018-04-11 04:05:18 +03:00
|
|
|
<section class="container post">
|
|
|
|
<article>
|
|
|
|
<header>
|
|
|
|
<h1 class="title">
|
|
|
|
{{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}
|
|
|
|
</h1>
|
|
|
|
|
|
|
|
<h2 class="date">
|
|
|
|
<time datetime="{{ page.date | date_to_xmlschema }}">
|
|
|
|
{{ page.date | date_to_long_string }}
|
|
|
|
</time>
|
|
|
|
</h2>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
{{ content }}
|
|
|
|
|
|
|
|
<div class="comments">
|
|
|
|
{% include disqus.html %}
|
2018-04-07 12:17:54 +03:00
|
|
|
</div>
|
2018-04-11 04:05:18 +03:00
|
|
|
</article>
|
|
|
|
</section>
|