popov.link/_layouts/page.html
Valentin Popov a646efb49b Layers of a new theme
Signed-off-by: Valentin Popov <valentineus@gmail.com>
2018-04-07 09:17:54 +00:00

17 lines
362 B
HTML

---
layout: default
---
<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>
</div>