Skip to content

Instantly share code, notes, and snippets.

@marioloncarek
Created October 10, 2018 13:17
Show Gist options
  • Save marioloncarek/8c9dbf7a76258dc4a53a7e5837e146ed to your computer and use it in GitHub Desktop.
Save marioloncarek/8c9dbf7a76258dc4a53a7e5837e146ed to your computer and use it in GitHub Desktop.
{% assign pack_product_title = product.title %}
{% assign stringSplit = pack_product_title | split:' ' %}
{% for word in stringSplit %}
{% unless forloop.last == true %}
{{ word | strip }}
{% endunless %}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment