I have a collection that contains a lot of repeat "articles," but only the latest ones with the same title show up in the list when using page_articles.each. Is there a way to allow multiple titles? Also, it completely chokes if I remove the title attribute from the front matter, even when my config doesn't require a title. Here's my config:
I have a collection that contains a lot of repeat "articles," but only the latest ones with the same title show up in the list when using
page_articles.each
. Is there a way to allow multiple titles? Also, it completely chokes if I remove the title attribute from the front matter, even when my config doesn't require a title. Here's my config:Using Middleman and Middleman-Blog versions 4.0.0.rc.1