From 8b116f86f4a6ce0455004bead277770dc605f1c1 Mon Sep 17 00:00:00 2001 From: Alee Date: Sat, 17 Nov 2018 21:38:52 -0500 Subject: Added a default layout and replaced the html with the markdown layout --- _layouts/default.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 _layouts/default.html (limited to '_layouts/default.html') diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..0c85d3c --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,16 @@ +--- +--- + + + + {% include heading.html %} + {{ page.title }} | {{ site.title }} + + + {% include navigator.html %} + + {{ content }} + + {% include footer.html %} + + -- cgit v1.2.3