2018-01-06 12:12:53 +00:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
---
|
|
|
|
|
2024-02-14 03:38:59 +04:00
|
|
|
<section style="text-align: center;">
|
2024-02-14 11:38:24 +04:00
|
|
|
<h1>{{- page.title | default: site.title | strip | normalize_whitespace | xml_escape -}}</h1>
|
2018-09-19 00:54:27 +04:00
|
|
|
|
2024-02-14 03:38:59 +04:00
|
|
|
<p>
|
|
|
|
<small>
|
|
|
|
Posted
|
2024-02-14 11:38:24 +04:00
|
|
|
<time datetime="{{- page.date | date_to_xmlschema -}}">{{- page.date | date: '%B %e, %Y' | strip | normalize_whitespace | xml_escape -}}</time>
|
2024-02-14 03:38:59 +04:00
|
|
|
by
|
2024-02-14 11:38:24 +04:00
|
|
|
<a href="mailto:{{- site.email | strip | url_encode -}}?subject={{- page.title | default: site.title | strip | normalize_whitespace | xml_escape -}}">Valentin Popov</a>
|
2024-02-14 03:38:59 +04:00
|
|
|
‐
|
2024-02-14 11:38:24 +04:00
|
|
|
<strong>{%- include reading-time.html -%}</strong>
|
2024-02-14 03:38:59 +04:00
|
|
|
</small>
|
|
|
|
</p>
|
|
|
|
</section>
|
2019-05-03 04:02:31 +04:00
|
|
|
|
2024-02-14 03:38:59 +04:00
|
|
|
<section>
|
2024-02-14 11:38:24 +04:00
|
|
|
{{- content -}}
|
2024-02-14 03:38:59 +04:00
|
|
|
</section>
|
|
|
|
|
|
|
|
<section>
|
2024-02-14 11:38:24 +04:00
|
|
|
{%- include comments.html -%}
|
2024-02-14 03:38:59 +04:00
|
|
|
</section>
|