Skip to content

Commit

Permalink
Update from Shopify for theme shopify-dawn/main
Browse files Browse the repository at this point in the history
Committed from shop: Konnected
  • Loading branch information
shopify[bot] authored Oct 11, 2024
1 parent 699ff37 commit 453df3a
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions layout/theme.liquid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{%- comment %}<locksmith:ad36>{%- endcomment %}
{%- include 'locksmith' -%}
{%- comment %}</locksmith:ad36>{%- endcomment %}
{%- comment %}<locksmith:3d4e>{% endcomment -%}
{%- include 'locksmith' -%}
{%- comment %}</locksmith:3d4e>{% endcomment -%}

<!doctype html>
<html class="no-js" lang="{{ request.locale.iso_code }}">
Expand Down Expand Up @@ -32,11 +32,10 @@
</title>

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

{% render 'meta-tags' %}
Expand Down

0 comments on commit 453df3a

Please sign in to comment.