Files
popov.link/_layouts/post.html
T

21 lines
794 B
HTML
Raw Normal View History

2018-01-06 12:12:53 +00:00
---
layout: default
---
2019-05-03 17:39:31 +04:00
<article class="container">
2020-01-23 19:55:11 +04:00
<small>
<span>Published</span>
2020-01-23 20:08:52 +04:00
<time datetime="{{ page.date | date_to_xmlschema }}">{{ page.date | date: '%Y-%m-%d' | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}</time>
2020-01-23 19:55:11 +04:00
<span>on</span>
2020-01-23 20:08:52 +04:00
<a href="{{ site.url | absolute_url | uri_escape }}" target="_self">{{ site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}</a>
2020-01-23 19:55:11 +04:00
<span>|</span>
<a href="{{ page.url | absolute_url | uri_escape }}" target="_blank">Permalink</a>
</small>
2018-09-19 00:54:27 +04:00
2020-01-23 19:55:11 +04:00
<header>
2020-01-23 20:08:52 +04:00
<h1>{{ site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}</h1>
2019-05-03 04:02:31 +04:00
</header>
{{ content }}
2018-09-30 07:40:37 +04:00
</article>