Skip to content

Commit

Permalink
Update from Shopify for theme Site Refresh 9/13
Browse files Browse the repository at this point in the history
Committed from shop: Misha & Puff
  • Loading branch information
shopify[bot] committed Sep 13, 2024
1 parent 18cddfd commit 3d16643
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
15 changes: 7 additions & 8 deletions layout/theme.shogun.landing.liquid
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{%- comment %}<locksmith:9a0b>{% endcomment -%}
{%- include 'locksmith' -%}

Check warning on line 2 in layout/theme.shogun.landing.liquid

View workflow job for this annotation

GitHub Actions / Theme Check Report

layout/theme.shogun.landing.liquid#L2

[DeprecatedTag] Use the 'render' tag instead of 'include'
{%- comment %}</locksmith:9a0b>{% endcomment -%}

{% comment %}
Auto-generated by Shogun.
This file can be re-written at any time.
{% endcomment %}

{%- comment %}<locksmith:9201>{% endcomment -%}
{%- include 'locksmith' -%}
{%- comment %}</locksmith:9201>{% endcomment -%}

{% assign locksmith_initializations = '' %}

{% include 'shogun-content-handler' %}

Check warning on line 12 in layout/theme.shogun.landing.liquid

View workflow job for this annotation

GitHub Actions / Theme Check Report

layout/theme.shogun.landing.liquid#L12

[DeprecatedTag] Use the 'render' tag instead of 'include'
Expand All @@ -16,8 +16,8 @@ This file can be re-written at any time.
<html class="js" lang="{{ request.locale.iso_code }}">

<head>
{{ locksmith_initializations }}

{{ locksmith_initializations }}
<!-- Start of Shoplift scripts -->
{% render 'shoplift' %}
<!-- End of Shoplift scripts -->
Expand Down Expand Up @@ -45,10 +45,10 @@ This file can be re-written at any time.
</title>

{% if page_description %}
{%- comment %}<locksmith:2779>{% endcomment -%}
{%- comment %}<locksmith:a3c6>{% 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:2779>{% endcomment -%}
{%- comment %}</locksmith:a3c6>{% endcomment -%}
{% endif %}

{% render 'meta-tags' %}
Expand Down Expand Up @@ -418,4 +418,3 @@ This file can be re-written at any time.
</body>

</html>

Loading

0 comments on commit 3d16643

Please sign in to comment.