From a0005c215773c6fc13571229dac8e37343c97563 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Wed, 26 May 2021 01:06:59 +0800 Subject: [PATCH] add yet another div for css hack selection --- _layouts/default.html | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 0afbdad..a6d4893 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -19,31 +19,33 @@ {% include_cached browser-upgrade.html %} - -
+
+
+ - {% include_cached masthead.html %} + {% include_cached masthead.html %} -
- {{ content }} -
+
+ {{ content }} +
- {% if site.search == true %} -
- {% include_cached search/search_form.html %} + {% if site.search == true %} +
+ {% include_cached search/search_form.html %} +
+ {% endif %} + + - {% endif %} - -
{% include scripts.html %} -- 2.43.0