From e92bad1fca8a2b6290af5dc73746f1acc72cfaf0 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 9 Nov 2019 15:45:48 -0500 Subject: Porting the website to jekyll.... --- _layouts/default-none.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 _layouts/default-none.html (limited to '_layouts/default-none.html') diff --git a/_layouts/default-none.html b/_layouts/default-none.html new file mode 100644 index 0000000..3cc0335 --- /dev/null +++ b/_layouts/default-none.html @@ -0,0 +1,21 @@ +--- +--- + + + + + {% include header.html %} + + + + {% include navbar.html %} +
+
+ {{ content }} +
+ {% include scripts.html %} + {% include footer.html %} +
+ + + \ No newline at end of file -- cgit v1.2.3