popov.link/_layouts/post.html

21 lines
574 B
HTML

---
layout: default
---
<div 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>
{%- include author.html -%}
&hyphen;
<strong>{%- include reading-time.html -%}</strong>
</small>
</p>
</div>
{{- content -}}
{%- include comments.html -%}