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>
|
2018-09-18 23:54:27 +03:00
|
|
|
|
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>
|
2024-02-14 13:48:55 +03:00
|
|
|
{%- include author.html -%}
|
2024-02-14 13:12:06 +03:00
|
|
|
‐
|
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>
|
2019-05-03 03:02:31 +03:00
|
|
|
|
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>
|