Files
popov.link/_layouts/post.html
T

22 lines
815 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">
2019-05-03 04:02:31 +04:00
<header>
<h1>{{ page.title | strip_newlines | strip_html| strip | normalize_whitespace | smartify | xml_escape }}</h1>
2018-09-19 00:54:27 +04:00
2019-05-03 04:02:31 +04:00
<small>
Published <time datetime="{{ page.date | date_to_xmlschema }}">
{{ page.date | date: '%Y-%m-%d' | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}
</time> on <a href="{{ site.url | absolute_url | uri_escape }}" target="_self">
{{ site.title | strip_newlines | strip_html| strip | normalize_whitespace | smartify | xml_escape }}
</a> | <a href="{{ page.url | absolute_url | uri_escape }}" target="_blank">
Permalink
</a>
</small>
</header>
{{ content }}
2018-09-30 07:40:37 +04:00
</article>