26 lines
788 B
HTML
26 lines
788 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<section style="text-align: center;">
|
|
<h1>{{- page.title | default: site.title | strip | normalize_whitespace | xml_escape -}}</h1>
|
|
|
|
<p>
|
|
<small>
|
|
Posted
|
|
<time datetime="{{- page.date | date_to_xmlschema | xml_escape -}}">{{- 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 | uri_escape -}}">Valentin Popov</a>
|
|
‐
|
|
<strong>{%- include reading-time.html -%}</strong>
|
|
</small>
|
|
</p>
|
|
</section>
|
|
|
|
<section>
|
|
{{- content -}}
|
|
</section>
|
|
|
|
<section>
|
|
{%- include comments.html -%}
|
|
</section> |