popov.link/_layouts/post.html

25 lines
632 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;">
2024-02-14 10:38:24 +03:00
<h1>{{- page.title | default: site.title | strip | normalize_whitespace | xml_escape -}}</h1>
2024-02-14 02:38:59 +03:00
<p>
<small>
Posted
2024-02-14 13:12:06 +03:00
<time datetime="{{- page.date | date_to_xmlschema | xml_escape -}}">{{- page.date | date: '%B %e, %Y' | strip | normalize_whitespace | xml_escape -}}</time>
{%- include author.html -%}
2024-02-14 13:12:06 +03:00
&hyphen;
2024-02-14 10:38:24 +03:00
<strong>{%- include reading-time.html -%}</strong>
2024-02-14 02:38:59 +03:00
</small>
</p>
</section>
2024-02-14 02:38:59 +03:00
<section>
2024-02-14 10:38:24 +03:00
{{- content -}}
2024-02-14 02:38:59 +03:00
</section>
<section>
2024-02-14 10:38:24 +03:00
{%- include comments.html -%}
2024-02-14 02:38:59 +03:00
</section>