message no. 80224
Posted by tohuw in #jekyll at 2015-02-19T00:44:30Z
I created a hashtable of the form [[“key1”, “value1”],[“key2”,”value2”],[“key3”,”value3”]] in _config.yml, but when I attempt to emit these values in a for loop (or indeed, just via {{ site.hashtablename }}, I only get the first key/value pair. Why?