message no. 134139
Posted by jxf in #jekyll at 2016-04-30T16:50:55Z
jaybe: OK, but if I want to assign `site.some_collection` (a collection of objects, not a string) to a variable that a layout can use, how do I do that? I can't put the Liquid in the frontmatter because it'll be interpreted as a string. And I can't pass the variable to the layout outside of frontmatter because it's lost when I do so.