Accessing multi-layered YAML and Middleman
问题 After taking a look at these two links, using YAML with Middleman has become a lot more clear: Middleman Docs(Local Data), parsing and composing YAML The issue that I'm running into now is accessing multiple levels of content. YAML (lives in data/projects) - quote: This is a quote attribution: Kate Something extras: - extra one - extra two - extra three - quote: Blah blah attribution: Donna Doe extras: - another extra - another extra .HTML.ERB <% data.projects.each do |f| %> <div><%= f["quote