popov.link/_layouts/page.html
Valentin Popov 54e69909fc Added page template
Signed-off-by: Valentin Popov <valentineus@gmail.com>
2018-04-03 02:08:33 +00:00

10 lines
148 B
HTML

---
layout: default
---
<!-- Contents of the page -->
<div class="page">
<h1 class="page-title">{{ page.title }}</h1>
{{ content }}
</div>