+[2015-03-26T19:57:11Z]robertt_dexOn the HTML I'm getting 😠+[2015-03-26T21:02:13Z]apipkinI'm wanting to populate an array for classnames based on conditions, then print out the classnames in an element. How would I do this? +[2015-03-26T21:02:34Z]apipkinI can't find a reference for building an array in jekyll or liquid +[2015-03-26T22:18:20Z]matthewmcvickarI want my index page posts loop and the post layout to share a layout, so I made an include called post.html. Trouble is, the post page expects variables to be like page.title, while the post loop uses post.title. Is there any way around this without creating two identical layouts with different variable names? +[2015-03-26T22:20:08Z]matthewmcvickarAh, I can just do {% assign post = page %}
+[2015-03-27T17:59:33Z]cataprogramHi, I'm trying to write a post with jekyll + github, but I can't understand how to create boxes etc. +[2015-03-27T17:59:51Z]cataprogramis there any standard that is used for those things? +[2015-03-27T18:34:08Z]dongdingWhat do you mean by "boxes"? +[2015-03-27T18:34:19Z]dongding@ cataprogram +[2015-03-27T18:34:38Z]cataprogramuhm, a square where I put stuff