Skip to content

Commit 081b154

Browse files
authored
Update from Shopify for theme dawn/mt.test-git
Committed from shop: annemarie.leger.test.store
1 parent 667915d commit 081b154

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

layout/password.liquid

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<!doctype html>
22
<html class="no-js full-height" lang="{{ request.locale.iso_code }}">
33
<head>
4+
<!-- Start of Shoplift scripts -->
5+
{% render 'shoplift' %}
6+
<!-- End of Shoplift scripts -->
7+
48
<meta charset="utf-8">
59
<meta http-equiv="X-UA-Compatible" content="IE=edge">
610
<meta name="viewport" content="width=device-width,initial-scale=1">

layout/theme.liquid

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<!doctype html>
22
<html class="no-js" lang="{{ request.locale.iso_code }}">
33
<head>
4+
<!-- Start of Shoplift scripts -->
5+
{% render 'shoplift' %}
6+
<!-- End of Shoplift scripts -->
7+
48
<meta charset="utf-8">
59
<meta http-equiv="X-UA-Compatible" content="IE=edge">
610
<meta name="viewport" content="width=device-width,initial-scale=1">

0 commit comments

Comments
 (0)