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 +++++++++++++++++++++ _layouts/default.html | 26 ++++++++++++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 _layouts/default-none.html create mode 100644 _layouts/default.html (limited to '_layouts') 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 diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..0c0535f --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,26 @@ +--- +--- + + + + + {% include header.html %} + + + + {% include navbar.html %} +
+
+

{{page.title}}

+

{{page.header.title}}

+

{{page.description}}

+
+
+ {{ content }} +
+ {% include scripts.html %} + {% include footer.html %} +
+ + + \ No newline at end of file -- cgit v1.2.3