Skip to content

Instantly share code, notes, and snippets.

@lukegraham
lukegraham / theme.meta-titler.liquid
Created July 7, 2011 04:14 — forked from resistorsoftware/theme.meta-titler.liquid
A Liquid Snippet for the Meta-Titler Shopify App
{% capture title %}<title>Outdoor Waterproof Led Lights Sydney | Alternative Energy Saving Led Light Bulbs Sydney | Buy Led Light Globes Sydney | Led Fluorescent Tubes Nsw | Led Flood Lights Australia | Buy Budget 12v Led Lights Sydney | High Quality Led Downlights Australia | Buy Led Strip Lights Sydney | Led Strip Lighting Price Australia | Waterproof Rgb Led Strip Lights Australia </title>{% endcapture %}
{% if template == 'product' %}
{% assign mf = product.metafields.meta_data %}
{% unless mf == empty %}
{% for mf in product.metafields.meta_data' %}
{% capture key %}{{ mf | first }}{% endcapture %}
{% if key == 'title' %}
{% capture title %}<title>{{mf | last}}</title>{% endcapture %}
<meta name="title" content="{{mf | last}}" />
{% endif %}