+ [2015-03-26T19:57:11Z] robertt_dex On the HTML I'm getting 😁
+ [2015-03-26T21:02:13Z] apipkin I'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] apipkin I can't find a reference for building an array in jekyll or liquid
+ [2015-03-26T22:18:20Z] matthewmcvickar I 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] matthewmcvickar Ah, I can just do {% assign post = page %}

message no. 86163

Posted by robertt_dex in #jekyll at 2015-03-26T19:56:24Z

Have tried some encoding changes, and have tried RedCloth on its own (working good there). Any clue?
+ [2015-03-27T17:59:33Z] cataprogram Hi, 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] cataprogram is there any standard that is used for those things?
+ [2015-03-27T18:34:08Z] dongding What do you mean by "boxes"?
+ [2015-03-27T18:34:19Z] dongding @ cataprogram
+ [2015-03-27T18:34:38Z] cataprogram uhm, a square where I put stuff