Skip to content

Commit

Permalink
Update from Shopify for theme dawn/test290823
Browse files Browse the repository at this point in the history
Committed from shop: Nanshy
  • Loading branch information
shopify[bot] authored Jan 17, 2024
1 parent 2cf5b16 commit 0763681
Showing 1 changed file with 28 additions and 10 deletions.
38 changes: 28 additions & 10 deletions layout/theme.liquid
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!doctype html>
<html class="no-js" lang="{{ request.locale.iso_code }}">
<head>
{% if template.suffix contains 'noindex' %}
<!-- noindex this page if the template contains "no-index" in the name -->
<meta name = "robots" content = "noindex">
{% if template.suffix contains 'noindex' %}
<!-- noindex this page if the template contains "no-index" in the name -->
<meta name="robots" content="noindex">
{% endif %}
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
Expand Down Expand Up @@ -35,10 +35,13 @@
{%- if settings.animations_reveal_on_scroll -%}
<script src="{{ 'animations.js' | asset_url }}" defer="defer"></script>
{%- endif -%}
<script type="text/javascript">
(function e(){var e=document.createElement("script");e.type="text/javascript",e.async=true,e.src="//staticw2.yotpo.com/pFBxGeykOZnIm5kZc6mrwFICy0KxLOFfNchaAbmU/widget.js";var t=document.getElementsByTagName("script")[0];t.parentNode.insertBefore(e,t)})();
</script>
<script src="https://cdn-widgetsrepository.yotpo.com/v1/loader/pFBxGeykOZnIm5kZc6mrwFICy0KxLOFfNchaAbmU?languageCode={{ localization.language.iso_code | escape }}" async></script>
<script type="text/javascript">
(function e(){var e=document.createElement("script");e.type="text/javascript",e.async=true,e.src="//staticw2.yotpo.com/pFBxGeykOZnIm5kZc6mrwFICy0KxLOFfNchaAbmU/widget.js";var t=document.getElementsByTagName("script")[0];t.parentNode.insertBefore(e,t)})();
</script>
<script
src="https://cdn-widgetsrepository.yotpo.com/v1/loader/pFBxGeykOZnIm5kZc6mrwFICy0KxLOFfNchaAbmU?languageCode={{ localization.language.iso_code | escape }}"
async
></script>

Check warning on line 44 in layout/theme.liquid

View workflow job for this annotation

GitHub Actions / Theme Check Report

layout/theme.liquid#L41-L44

[RemoteAsset] Asset should be served by the Shopify CDN for better performance.
{{ content_for_header }}

<style>
Expand Down Expand Up @@ -342,9 +345,24 @@
></noscript>
<!-- End Google Tag Manager (noscript) -->
{% if template contains 'article' %}
<!-- noindex this page if the template contains "no-index" in the name -->
<script type="text/javascript" data-pin-hover="true" async defer src="//assets.pinterest.com/js/pinit.js"></script>
<!-- noindex this page if the template contains "no-index" in the name -->
<script
type="text/javascript"
data-pin-hover="true"
async
defer
src="//assets.pinterest.com/js/pinit.js"
></script>

Check warning on line 355 in layout/theme.liquid

View workflow job for this annotation

GitHub Actions / Theme Check Report

layout/theme.liquid#L349-L355

[RemoteAsset] Asset should be served by the Shopify CDN for better performance.
{% endif %}

<script
id="formless_embed"
src="https://embed.formless.ai/embed.js"
async=""
data-type="trigger"
data-trigger-type="banner"
data-trigger-title="Discover Your Ideal Makeup Brush"
data-trigger-subtitle="Unlock the perfect makeup routine with our 4-question magic quiz!"
data-conversation-id="URsMPRLL6BZj"
></script>

Check warning on line 366 in layout/theme.liquid

View workflow job for this annotation

GitHub Actions / Theme Check Report

layout/theme.liquid#L357-L366

[RemoteAsset] Asset should be served by the Shopify CDN for better performance.
</body>
</html>

0 comments on commit 0763681

Please sign in to comment.