Last active
April 4, 2016 21:25
-
-
Save omarrr/6662014 to your computer and use it in GitHub Desktop.
Create arrays with Jekyll's Liquid syntax (http://jekyllrb.com/docs/templates/)
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
{% assign myArray = "1,2,3" | split: "," %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How would you create a multidimensional array?