Forked from levinmejia/liquid-filters.liquid
Last active
March 17, 2017 19:37
How liquid filters work - http://shopify.com/partners/blog/93657286-4-advanced-shopify-theming-techniques-to-add-to-your-workflow
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{{ 'logo.png' | asset_url }} | |
{{ product.vendor | url_for_vendor }} | |
{{ "Shop winter boots" | link_to_tag: 'Boots' }} | |
//cdn.shopify.com/s/files/1/0087/0462/t/394/assets/logo.png?34423/collections/vendors?q=Burton | |
<a title="Show products matching tag Boots" href="/collections/frontpage/boots">Shop winter boots</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment