2018-01-06 15:12:53 +03:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
---
|
|
|
|
|
2019-05-03 16:39:31 +03:00
|
|
|
<article class="container">
|
2019-05-03 03:02:31 +03:00
|
|
|
<header>
|
|
|
|
<h1>{{ page.title | strip_newlines | strip_html| strip | normalize_whitespace | smartify | xml_escape }}</h1>
|
2018-09-18 23:54:27 +03:00
|
|
|
|
2019-05-03 03:02:31 +03:00
|
|
|
<small>
|
|
|
|
Published <time datetime="{{ page.date | date_to_xmlschema }}">
|
|
|
|
{{ page.date | date: '%Y-%m-%d' | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}
|
|
|
|
</time> on <a href="{{ site.url | absolute_url | uri_escape }}" target="_self">
|
|
|
|
{{ site.title | strip_newlines | strip_html| strip | normalize_whitespace | smartify | xml_escape }}
|
|
|
|
</a> | <a href="{{ page.url | absolute_url | uri_escape }}" target="_blank">
|
|
|
|
Permalink
|
|
|
|
</a>
|
|
|
|
</small>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
{{ content }}
|
2018-09-30 06:40:37 +03:00
|
|
|
</article>
|