+ [2015-11-26T23:39:02Z] pgtaboada it is nos a/_posts and b/_posts
+ [2015-11-26T23:39:20Z] pgtaboada I just don't know why the one post is brokn
+ [2015-11-26T23:39:32Z] pgtaboada still looking
+ [2015-11-26T23:39:36Z] pgtaboada thanks anyway

message no. 122168

Posted by Arr0way in #jekyll at 2015-11-26T00:30:44Z

guys, I can't get my jekyll site to build - weird issue affecting one post only https://gist.githubusercontent.com/anonymous/7c268ad427bfa99cc648/raw/209e231deffb39b09ca940a46794cc78bc94cb04/gistfile1.txt
+ [2015-11-27T23:02:49Z] Muchoz When looping over a dictionary (or whatever it's called) in the liquid template. Is it possible to get the current key? {% for a in dictionaryVar %} makes 'a' something like 'something{"a"=>"1", "b"=>"1"}'. I need that first 'something', the key.
+ [2015-11-27T23:07:06Z] jaybe Muchoz: a[0]
+ [2015-11-27T23:07:37Z] Muchoz jaybe, thank you!
+ [2015-11-27T23:07:53Z] jaybe :)
+ [2015-11-27T23:15:20Z] Muchoz jaybe, how come {% include something-{{variable[0]}}.svg %} doesn't work?