diff --git a/layout/blank-layout.liquid b/layout/blank-layout.liquid index e3305c9..cdcfea4 100644 --- a/layout/blank-layout.liquid +++ b/layout/blank-layout.liquid @@ -1,3 +1,4 @@ +{% include 'shogun-content-handler' %}
diff --git a/layout/old-layout.liquid b/layout/old-layout.liquid index 68d7ff3..c519110 100644 --- a/layout/old-layout.liquid +++ b/layout/old-layout.liquid @@ -1,3 +1,4 @@ +{% include 'shogun-content-handler' %} diff --git a/layout/password.liquid b/layout/password.liquid index aa5a207..001abd0 100644 --- a/layout/password.liquid +++ b/layout/password.liquid @@ -1,3 +1,4 @@ +{% include 'shogun-content-handler' %} diff --git a/layout/product.liquid b/layout/product.liquid index 1cccb14..78da6a5 100644 --- a/layout/product.liquid +++ b/layout/product.liquid @@ -1,3 +1,4 @@ +{% include 'shogun-content-handler' %} diff --git a/layout/test-theme.liquid b/layout/test-theme.liquid index 12908c7..31d69ca 100644 --- a/layout/test-theme.liquid +++ b/layout/test-theme.liquid @@ -1,3 +1,4 @@ +{% include 'shogun-content-handler' %} diff --git a/layout/theme.liquid b/layout/theme.liquid index 8937f6b..3c7d2a3 100644 --- a/layout/theme.liquid +++ b/layout/theme.liquid @@ -1,3 +1,4 @@ +{% include 'shogun-content-handler' %} diff --git a/layout/theme.maintenance.liquid b/layout/theme.maintenance.liquid index 3cc8803..565615b 100644 --- a/layout/theme.maintenance.liquid +++ b/layout/theme.maintenance.liquid @@ -1,3 +1,4 @@ +{% include 'shogun-content-handler' %} diff --git a/layout/theme.shogun.landing.liquid b/layout/theme.shogun.landing.liquid index 02899bb..e07893e 100644 --- a/layout/theme.shogun.landing.liquid +++ b/layout/theme.shogun.landing.liquid @@ -1,3 +1,4 @@ +{% include 'shogun-content-handler' %} {% comment %} Auto-generated by Shogun. This file can be re-written at any time. @@ -85,72 +86,6 @@ This file can be re-written at any time. {{ content_for_layout }} -