imranhs

Shopify

Nov 30th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <link href="style.css" rel="stylesheet" type="text/css"> instead in shopify need to write
  2. 1. Linking
  3. 1.1 For css
  4. {{ 'style.css' | asset_url | stylesheet_tag }}
  5.  
  6. 1.2 For js
  7. {{ 'custom.js' | asset_url | script_tag }}
  8.  
  9. 1.3 For liquid
  10. {{ 'my-shopify.liquid' | asset_url | script_tag }}
  11.  
  12. If we insert this in theme.liquid body tag then auto id will be created as page title
  13. {{ product.title | handle }}
Add Comment
Please, Sign In to add comment