Added page template

Signed-off-by: Valentin Popov <valentineus@gmail.com>
This commit is contained in:
Valentin Popov 2018-04-03 02:07:44 +00:00
parent 84da41dffc
commit 54e69909fc

9
_layouts/page.html Normal file
View File

@ -0,0 +1,9 @@
---
layout: default
---
<!-- Contents of the page -->
<div class="page">
<h1 class="page-title">{{ page.title }}</h1>
{{ content }}
</div>