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