Files
popov.link/_layouts/page.html
T

17 lines
362 B
HTML
Raw Normal View History

2018-04-03 02:07:44 +00:00
---
layout: default
---
2018-04-07 09:17:54 +00:00
<div class="container">
<div class="content">
<!-- Header -->
<div class="page-heading">
{{ page.title | smartify | strip_html | normalize_whitespace }}
</div>
<!-- Contents -->
<div class=markdown>
{{ content | normalize_whitespace }}
</div>
</div>
2018-04-03 02:07:44 +00:00
</div>