2018-01-06 15:12:53 +03:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
---
|
|
|
|
|
2018-12-06 21:58:52 +03:00
|
|
|
<article>
|
2018-09-18 23:54:27 +03:00
|
|
|
|
2018-12-06 21:58:52 +03:00
|
|
|
<!-- Header -->
|
|
|
|
<header>
|
2018-12-07 00:28:12 +03:00
|
|
|
<h1 aria-level="1" role="heading">
|
|
|
|
{{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}
|
2018-12-16 17:11:46 +03:00
|
|
|
<hr />
|
2018-12-07 00:28:12 +03:00
|
|
|
</h1>
|
2018-12-06 21:58:52 +03:00
|
|
|
</header>
|
2018-04-11 04:05:18 +03:00
|
|
|
|
2018-12-06 21:58:52 +03:00
|
|
|
<!-- Content -->
|
2018-12-07 00:28:12 +03:00
|
|
|
<section role="article">
|
2018-12-06 21:58:52 +03:00
|
|
|
{{ content }}
|
|
|
|
</section>
|
2018-04-11 04:05:18 +03:00
|
|
|
|
2018-12-07 00:28:12 +03:00
|
|
|
<!-- Comments -->
|
|
|
|
{% include disqus.html %}
|
|
|
|
|
2018-09-30 06:40:37 +03:00
|
|
|
</article>
|