Skip to content

Instantly share code, notes, and snippets.

@tomblanchard
Created May 29, 2020 08:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomblanchard/61f2757fd6a60432c2fdd033c77805b2 to your computer and use it in GitHub Desktop.
Save tomblanchard/61f2757fd6a60432c2fdd033c77805b2 to your computer and use it in GitHub Desktop.
/layout/redirect.liquid
<!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