Skip to content

Instantly share code, notes, and snippets.

@zakhardage
Created December 30, 2016 00:55
Show Gist options
  • Save zakhardage/22499a73dcba8bace87a2d831c7c169a to your computer and use it in GitHub Desktop.
Save zakhardage/22499a73dcba8bace87a2d831c7c169a to your computer and use it in GitHub Desktop.
Shopify redirect for off-platform blogs
{% if template contains 'blog' or template contains 'article' %}
<script type="text/javascript">
window.location = "http://blog.sitename.com";
</script>
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment