Files
popov.link/_layouts/page.html
T

14 lines
264 B
HTML
Raw Normal View History

2018-04-03 02:07:44 +00:00
---
layout: default
---
2018-04-18 01:07:49 +04:00
<div class="content">
<article>
2018-04-23 00:52:21 +04:00
<header>
<h1>{{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | capitalize }}</h1>
2018-04-18 01:07:49 +04:00
</header>
{{ content }}
</article>
</div>