From f6639439114ffb4895856ddb6fc329e491103597 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 26 Jul 2021 15:52:21 -0400 Subject: [PATCH] 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, 16 insertions(+), 14 deletions(-) create mode 100644 _includes/head-custom-google-analytics.html diff --git a/_includes/head-custom-google-analytics.html b/_includes/head-custom-google-analytics.html new file mode 100644 index 0000000..8a3ae5c --- /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 index 94fd40b..44cdb83 100644 --- a/_includes/head-custom.html +++ b/_includes/head-custom.html @@ -1,9 +1,12 @@ - + - + {% include head-custom-theme-colors.html %} - + +{% include head-custom-google-analytics.html %} + + diff --git a/_layouts/default.html b/_layouts/default.html index 08e68a2..77f23fc 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -47,16 +47,5 @@ - - {% if site.google_analytics %} - - {% endif %}