From 009cbe67c9f6d4d9b69b76a6e60969853ee2350c Mon Sep 17 00:00:00 2001 From: Allan Szewczyk <80769492+jfaMan@users.noreply.github.com> Date: Fri, 19 Nov 2021 09:48:30 +0900 Subject: [PATCH] Gtm container snippet added (#678) Add GTM container snippet --- _includes/gtm_body_container.html | 4 + _includes/head.html | 8 ++ _layouts/default.html | 168 +++++++++++++++--------------- _layouts/overview.html | 62 +++++------ 4 files changed, 129 insertions(+), 113 deletions(-) create mode 100644 _includes/gtm_body_container.html diff --git a/_includes/gtm_body_container.html b/_includes/gtm_body_container.html new file mode 100644 index 00000000..ec78a91c --- /dev/null +++ b/_includes/gtm_body_container.html @@ -0,0 +1,4 @@ + + + \ No newline at end of file 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 @@ + + + + diff --git a/_layouts/default.html b/_layouts/default.html index e86fda32..434427d0 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -5,108 +5,110 @@ -
+ {% include gtm_body_container.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 }} +
-
-
+
+
+
- - - -{% if page.languages %} - - - - - - -{% endif %} + }); + + {% endif %} diff --git a/_layouts/overview.html b/_layouts/overview.html index fcfa814d..c43888c5 100644 --- a/_layouts/overview.html +++ b/_layouts/overview.html @@ -5,6 +5,8 @@ + {% include gtm_body_container.html %} +