From e2c06d2681e18946ab6c3e3e6075aed92a4d13be Mon Sep 17 00:00:00 2001 From: Karl Hallsby Date: Sun, 3 Oct 2021 00:35:46 -0500 Subject: Change to al-folio theme Theme at: https://github.com/alshedivat/al-folio --- _layouts/default.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 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..b0aa49b --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,31 @@ + + + + + {% include head.html %} + {% include scripts/mathjax.html %} + + + + + + + {% include header.html %} + + + +
+ {{ content }} +
+ + + + {% include footer.html %} + + + + {% include scripts/bootstrap.html %} + {% include scripts/mansory.html %} + {% include scripts/misc.html %} + + -- cgit v1.2.3