+ [9 years ago] pgtaboada it is nos a/_posts and b/_posts
+ [9 years ago] pgtaboada I just don't know why the one post is brokn

message no. 122281

Posted by pgtaboada in #jekyll at 2015-11-26T23:39:20Z

I just don't know why the one post is brokn
+ [9 years ago] 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.
+ [9 years ago] jaybe Muchoz: a[0]
+ [9 years ago] Muchoz jaybe, thank you!
+ [9 years ago] Muchoz jaybe, how come {% include something-{{variable[0]}}.svg %} doesn't work?