diff --git a/layout/theme.liquid b/layout/theme.liquid index 1bfbae5..b23a03c 100644 --- a/layout/theme.liquid +++ b/layout/theme.liquid @@ -408,7 +408,7 @@ - + {% render 'shx-loading-screen' , content_type: 'body' %} diff --git a/snippets/shx-loading-screen.liquid b/snippets/shx-loading-screen.liquid index f789673..465c33a 100644 --- a/snippets/shx-loading-screen.liquid +++ b/snippets/shx-loading-screen.liquid @@ -1,6 +1,6 @@ -{% assign content_type = content_type | default: 'body' %} +{% assign content_type = content_type | default: "body" %} -{% if content_type == 'body' %} +{% if content_type == "body" %}
@@ -8,8 +8,12 @@
-{% elsif content_type == 'head' %} +{% elsif content_type == "head" %}