From 522ba397bf9b95c1f4d761107f0b2b28e5502520 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Sun, 21 Jan 2018 12:38:28 +0100 Subject: [PATCH] Create default-post.html --- _layouts/default-post.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 _layouts/default-post.html diff --git a/_layouts/default-post.html b/_layouts/default-post.html new file mode 100644 index 0000000..3a00c4e --- /dev/null +++ b/_layouts/default-post.html @@ -0,0 +1,17 @@ + + + + {% include head-post.html %} + + + + {% include header.html %} + + + {{ content }} + + {% include footer.html %} + + + +