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 %} +