Created
May 29, 2020 08:59
-
-
Save tomblanchard/61f2757fd6a60432c2fdd033c77805b2 to your computer and use it in GitHub Desktop.
/layout/redirect.liquid
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html class="template-{{ template | handle }}" lang="{{ shop.locale }}"> | |
<head> | |
<meta charset="utf-8" /> | |
<meta name="viewport" content="width=device-width,initial-scale=1" /> | |
<meta name="robots" content="noindex, nofollow" /> | |
<meta http-equiv="refresh" content="0; url=/" /> | |
{{ content_for_header }} | |
</head> | |
<body> | |
<div style="display: none;"> | |
{{ content_for_layout }} | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment