popov.link/_layouts/post.html

26 lines
765 B
HTML
Raw Normal View History

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