Created
October 10, 2018 13:17
-
-
Save marioloncarek/8c9dbf7a76258dc4a53a7e5837e146ed to your computer and use it in GitHub Desktop.
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
{% 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