From 8c7c26d968c1158d22c5d26d417fad1031f6fb42 Mon Sep 17 00:00:00 2001 From: Alee Date: Wed, 24 Apr 2019 18:27:58 -0400 Subject: Website rewrite --- _layouts/default.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 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..ec446b4 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,26 @@ +--- +--- + + + + + {% include heading.html %} + {{ page.title }} | {{ site.title }} + + + + {% include navigator.html %} +
+

{{ page.title }}

+

+
{{ page.description }}
+

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