From 3af10b4b54e076cae920a0d76a0068547ca70bf6 Mon Sep 17 00:00:00 2001 From: Kameron Kenny Date: Tue, 22 Jan 2019 13:13:49 -0500 Subject: [PATCH] add page layout --- _layouts/page.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 _layouts/page.html diff --git a/_layouts/page.html b/_layouts/page.html new file mode 100644 index 0000000..75dc344 --- /dev/null +++ b/_layouts/page.html @@ -0,0 +1,10 @@ +{% include head.html %} + +{% include header.html %} + {{ content }} + + + + + +{% include footer.html %}