From 854f51dae851c3bb4620a61ec9ea0d1db3df8915 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 26 Jul 2021 15:42:23 -0400 Subject: [PATCH 1/2] Add head-custom.html to allow easier customization of the --- _includes/head-custom-google-analytics.html | 10 ++++++++++ _includes/head-custom.html | 9 +++++++++ _layouts/default.html | 11 +---------- 3 files changed, 20 insertions(+), 10 deletions(-) create mode 100644 _includes/head-custom-google-analytics.html create mode 100644 _includes/head-custom.html diff --git a/_includes/head-custom-google-analytics.html b/_includes/head-custom-google-analytics.html new file mode 100644 index 0000000000..8a3ae5c9ca --- /dev/null +++ b/_includes/head-custom-google-analytics.html @@ -0,0 +1,10 @@ +{% if site.google_analytics %} + +{% endif %} diff --git a/_includes/head-custom.html b/_includes/head-custom.html new file mode 100644 index 0000000000..4fd5868017 --- /dev/null +++ b/_includes/head-custom.html @@ -0,0 +1,9 @@ + + + +{% include head-custom-google-analytics.html %} + + + + + diff --git a/_layouts/default.html b/_layouts/default.html index f6aa349448..ba7224fee0 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,16 +1,6 @@ - - {% if site.google_analytics %} - - - {% endif %} {% seo %} @@ -20,6 +10,7 @@ + {% include head-custom.html %} Skip to the content. From 40f8f3d16ccd184e13966f9a383e2e691040271b Mon Sep 17 00:00:00 2001 From: Parker Moore <237985+parkr@users.noreply.github.com> Date: Mon, 26 Jul 2021 15:48:51 -0400 Subject: [PATCH 2/2] Update head-custom.html --- _includes/head-custom.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/head-custom.html b/_includes/head-custom.html index 4fd5868017..f7187e79e5 100644 --- a/_includes/head-custom.html +++ b/_includes/head-custom.html @@ -1,9 +1,9 @@ - + {% include head-custom-google-analytics.html %} - +