Skip to content

Commit 453df3a

Browse files
authored
Update from Shopify for theme shopify-dawn/main
Committed from shop: Konnected
1 parent 699ff37 commit 453df3a

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

layout/theme.liquid

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
{%- comment %}<locksmith:ad36>{%- endcomment %}
2-
{%- include 'locksmith' -%}
3-
{%- comment %}</locksmith:ad36>{%- endcomment %}
1+
{%- comment %}<locksmith:3d4e>{% endcomment -%}
2+
{%- include 'locksmith' -%}
3+
{%- comment %}</locksmith:3d4e>{% endcomment -%}
44

55
<!doctype html>
66
<html class="no-js" lang="{{ request.locale.iso_code }}">
@@ -32,11 +32,10 @@
3232
</title>
3333

3434
{% if page_description %}
35-
{%- comment %}<locksmith:bb98>{%- endcomment %}
36-
{%- capture var %}{% render 'locksmith-variables', variable: 'transparent', hiding_scope: 'resource' %}{% endcapture -%}
37-
{%- if var == 'true' %}<meta name="description" content="{{ page_description | escape }}">{% endif -%}
38-
{%- comment %}original: <meta name="description" content="{{ page_description | escape }}">{%- endcomment %}
39-
{%- comment %}</locksmith:bb98>{%- endcomment %}
35+
{%- comment %}<locksmith:9f88>{% endcomment -%}
36+
{%- capture var %}{% render 'locksmith-variables', variable: 'transparent', hiding_scope: 'resource' %}{% endcapture %}{% if var == 'true' %}<meta name="description" content="{{ page_description | escape }}">{% endif -%}
37+
{%- comment %}original: <meta name="description" content="{{ page_description | escape }}">{%- endcomment %}
38+
{%- comment %}</locksmith:9f88>{% endcomment -%}
4039
{% endif %}
4140

4241
{% render 'meta-tags' %}

0 commit comments

Comments
 (0)