+[2015-06-13T19:10:00Z]allejooh, he left +[2015-06-13T19:13:57Z]allejoBlueProtoman, what are you trying to achieve? +[2015-06-13T19:14:08Z]allejoi.e. an example of the code you want use +[2015-06-13T19:14:38Z]BlueProtomanallejo: I want to use format, except instead of throwing TypeErrors on invalid types (e.g. "f" to a %d) or ArgumentErrors for too few arguments, I just want to return some default values. I got format working, I just want it to be friendlier to bad input +[2015-06-13T20:38:38Z]pemrichUgh... this is ugly.
+[2015-06-14T02:49:30Z]seemantHi Everyone. I'm working on a jekyll powered site, where I've put yaml files into a hierarchy under _data, to drive the content of various pages +[2015-06-14T02:49:53Z]seemantI'm having a bit of a challenge in understanding how jekyll/liquid are interpreting those structures +[2015-06-14T02:51:31Z]seemantit seems to be an object {'filename' -> {filename's yaml is json}, 'filename2' -> {filename2's yaml is json}} +[2015-06-14T02:52:27Z]seemantand that makes sense -- where I'm having trouble is that I can't do something like this: site.data.blah['{{ somevar }} +[2015-06-14T02:52:31Z]seemant']