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