Skip to content

Instantly share code, notes, and snippets.

@omarrr
Last active April 4, 2016 21:25
Show Gist options
  • Save omarrr/6662014 to your computer and use it in GitHub Desktop.
Save omarrr/6662014 to your computer and use it in GitHub Desktop.
Create arrays with Jekyll's Liquid syntax (http://jekyllrb.com/docs/templates/)
{% assign myArray = "1,2,3" | split: "," %}
@narthur
Copy link

narthur commented Apr 4, 2016

How would you create a multidimensional array?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment