From 6511beb5f2ba677a0903660d35dd9c91a851913f Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 7 Apr 2020 13:58:13 +0800 Subject: [PATCH] fix mailchimp 3 --- _includes/head.html | 6 ++++++ _layouts/default.html | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index d57c35c..22fcfbe 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -48,4 +48,10 @@ src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"> + + {% if page.type != "home" %} + + {% endif %} diff --git a/_layouts/default.html b/_layouts/default.html index 06adf10..9e078f1 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -116,12 +116,6 @@ - {% if page.type != "home" %} - - {% endif %} -