-
-
Save shopifypartners/26b3c94d3d9cc61019e6a90d138bc3ee to your computer and use it in GitHub Desktop.
How liquid filters work - http://shopify.com/partners/blog/93657286-4-advanced-shopify-theming-techniques-to-add-to-your-workflow
This file contains hidden or 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