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