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

Posted by Arr0way in #jekyll at 2015-11-26T00:31:53Z

how can i get jekyll to tell me where the error is when it parses the markdown file?
+ [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?