diff --git a/_includes/core/google-analytics.html b/_includes/core/google-analytics.html new file mode 100644 index 0000000..632991c --- /dev/null +++ b/_includes/core/google-analytics.html @@ -0,0 +1,14 @@ + + + diff --git a/_layouts/default.html b/_layouts/default.html index acc56b0..163f634 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,8 +2,8 @@ layout: base --- -{% include core/header.html %} {% include components/hero-text.html -heading=page.title text=page.description %} +{% include core/header.html %} {% include core/google-analytics.html %} {% +include components/hero-text.html heading=page.title text=page.description %}
{{ content }}
{% include core/footer.html %} diff --git a/_layouts/hero-image.html b/_layouts/hero-image.html index 2333b02..e67fb13 100644 --- a/_layouts/hero-image.html +++ b/_layouts/hero-image.html @@ -2,7 +2,7 @@ layout: base --- -{% include core/header.html %} {% include components/hero-image.html -content=page.description %} +{% include core/header.html %} {% include core/google-analytics.html %} {% +include components/hero-image.html content=page.description %}
{{ content }}
{% include core/footer.html %}