+[2015-11-26T23:39:02Z]pgtaboadait is nos a/_posts and b/_posts +[2015-11-26T23:39:04Z]osfamerongoodo +[2015-11-26T23:39:20Z]pgtaboadaI just don't know why the one post is brokn +[2015-11-26T23:39:32Z]pgtaboadastill looking +[2015-11-26T23:39:36Z]pgtaboadathanks anyway
+[2015-11-27T23:02:49Z]MuchozWhen 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]jaybeMuchoz: a[0] +[2015-11-27T23:07:37Z]Muchozjaybe, thank you! +[2015-11-27T23:07:53Z]jaybe:) +[2015-11-27T23:15:20Z]Muchozjaybe, how come {% include something-{{variable[0]}}.svg %} doesn't work?