Skip to content

Instantly share code, notes, and snippets.

View pixelstorm's full-sized avatar

pixelstorm pixelstorm

View GitHub Profile
@pixelstorm
pixelstorm / canonical_conditional.js
Created October 16, 2024 05:41
shopify liquid canonical conditional statement
{% if template contains 'collection' and current_tags %}
<meta name="robots" content="noindex" />
<link rel="canonical" href="{{ shop.url }}{{ collection.url }}" />
{% else %}
<link rel="canonical" href="{{ canonical_url }}" />
{% endif %}
@pixelstorm
pixelstorm / image_front_matter.md
Created November 4, 2024 19:25
markdown front matter for fetaured images

image: path: /assets/img/img_name alt: image_alt.