From 54e69909fcfe2153f45ebaf3c17c74f409da5623 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 3 Apr 2018 02:07:44 +0000 Subject: [PATCH] Added page template Signed-off-by: Valentin Popov --- _layouts/page.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 _layouts/page.html diff --git a/_layouts/page.html b/_layouts/page.html new file mode 100644 index 0000000..1a0cca5 --- /dev/null +++ b/_layouts/page.html @@ -0,0 +1,9 @@ +--- +layout: default +--- + + +
+

{{ page.title }}

+ {{ content }} +