From 692893a36b18119dfa13afdde3a616c01388d887 Mon Sep 17 00:00:00 2001 From: Allan Szewczyk Date: Wed, 10 Nov 2021 14:36:26 +0900 Subject: [PATCH 1/3] added gtm tag to head --- _includes/head.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/_includes/head.html b/_includes/head.html index 69afbbc5..f8486731 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -7,6 +7,14 @@ + + + + From fc9f207855d6ae527b0278b9419f8db4e3b492cd Mon Sep 17 00:00:00 2001 From: Allan Szewczyk Date: Wed, 10 Nov 2021 14:50:49 +0900 Subject: [PATCH 2/3] created gtm body tag partial and added to overview and default pages --- _includes/gtm_body_tag.html | 4 + _layouts/default.html | 168 ++++++++++++++++++------------------ _layouts/overview.html | 62 ++++++------- 3 files changed, 121 insertions(+), 113 deletions(-) create mode 100644 _includes/gtm_body_tag.html diff --git a/_includes/gtm_body_tag.html b/_includes/gtm_body_tag.html new file mode 100644 index 00000000..ec78a91c --- /dev/null +++ b/_includes/gtm_body_tag.html @@ -0,0 +1,4 @@ + + + \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index e86fda32..830a03cf 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -5,108 +5,110 @@ -
+ {% include gtm_body_tag.html %} + +
- + {% include content_header.html %} + + -
-
-
+
+
+
-
+
- {% include sidebar_nav.html %} + {% include sidebar_nav.html %} -
- {% if page.languages %}{% include language-dropdown.html %}{% endif %}

{{ page.title }}

{% if page.summary %} -

{{ page.summary }}

{% endif %} - {{ content }} -
+
+ {% if page.languages %}{% include language-dropdown.html %}{% endif %}

{{ page.title }}

{% if page.summary %} +

{{ page.summary }}

{% endif %} + {{ content }} +
-
-
+
+
+
-
- -
- {% include footer.html %} - - - - - - + +
+ {% include footer.html %} + + + + + + - + - {% raw %} - + {% endraw %} +
+ {% if page.languages %} + + + + + - {% endraw %} -
-{% if page.languages %} - - - - - - -{% endif %} + }); + + {% endif %} diff --git a/_layouts/overview.html b/_layouts/overview.html index fcfa814d..c64162df 100644 --- a/_layouts/overview.html +++ b/_layouts/overview.html @@ -5,6 +5,8 @@ + {% include gtm_body_tag.html %} +