popov.link/_layouts/page.html
Valentin Popov c5b63ba4f1
Minimal page templates
Signed-off-by: Valentin Popov <info@valentineus.link>
2018-05-15 15:05:33 +04:00

15 lines
388 B
HTML

---
layout: default
---
<article>
<header class="page-header">
<h1 class="text-muted">
{{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}
<p><small>{{ page.description | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}</small></p>
</h1>
</header>
{{ content }}
</article>