+ [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. 86149

Posted by apipkin in #jekyll at 2015-03-26T17:59:29Z

XhmikosR: Weird. This is my config: https://gist.github.com/apipkin/57c7fdf6d80c7466e874 Do you see anything missing?
+ [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