message no. 122287
Posted by Muchoz in #jekyll at 2015-11-27T23:02:49Z
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.