Skip to content

Instantly share code, notes, and snippets.

View tomblanchard's full-sized avatar

Tom Blanchard tomblanchard

View GitHub Profile
@tomblanchard
tomblanchard / redirect.liquid
Created May 29, 2020 08:59
/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>
{
"namespace" : "seo",
"key" : "hidden",
"value" : 1,
"value_type" : "integer"
}
@tomblanchard
tomblanchard / product.temporary.liquid
Created May 29, 2020 09:10
/templates/product.temporary.liquid
{% layout 'redirect' %}