You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jekyll has a concept of posts which are treated as a general iterable collection of items rather than properties of an object. It would be nice to have an option to have these items rolled up as an array, which seems more of a restful approach (intuitively, this is how I expect to use something named posts).
Jekyll has a concept of
posts
which are treated as a general iterable collection of items rather than properties of an object. It would be nice to have an option to have these items rolled up as an array, which seems more of a restful approach (intuitively, this is how I expect to use something namedposts
).So this:
Becomes this:
I'd be interested in your thoughts on this.
The text was updated successfully, but these errors were encountered: