Related to #12, if pagination is implemented and enabled then having an e.g. /archives.html page could be useful to enumerate over every single post.
Would need to consider what the template would look like and the data structure that supports it. Likely something like an all_entries key.
Related to #12, if pagination is implemented and enabled then having an e.g.
/archives.htmlpage could be useful to enumerate over every single post.Would need to consider what the template would look like and the data structure that supports it. Likely something like an
all_entrieskey.