From 49e754ace1450383fb420d78fc215c41e8b443a6 Mon Sep 17 00:00:00 2001 From: Tim Byrne Date: Tue, 12 Nov 2019 20:39:15 -0600 Subject: [PATCH] Add override for default layout (MM@4.15.2) --- _layouts/default.html | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 _layouts/default.html diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..f2adcd3 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,42 @@ +--- +--- + + + + + + {% include head.html %} + {% include head/custom.html %} + + + + + {% include_cached browser-upgrade.html %} + {% include_cached masthead.html %} + +
+ {{ content }} +
+ + {% if site.search == true %} +
+ {% include_cached search/search_form.html %} +
+ {% endif %} + + + + {% include scripts.html %} + + +