From 390c147518d882384038c16431e60fdf810c862e Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Tue, 24 Oct 2017 12:21:48 -0700 Subject: Initial github pages commit. --- _layouts/default.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 _layouts/default.html (limited to '_layouts') diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 00000000..3e5ec98e --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,6 @@ +{% include header.html %} +{% if page.version and page.version != site.latest %} + {% include old_version.html %} +{% endif %} +{{ content }} +{% include footer.html %} -- cgit v1.2.3-70-g09d2