AutoPage Collection {% if page.autopages %}{{page.autopages.display_name}}{% endif %} Page {{page.pagination_info.curr_page}} of {{page.pagination_info.total_pages}}
AUTO CREATED FOR ALL COLLECTIONS IN THE SITE
{{ content | markdownify }}
{% for post in paginator.posts %}
-
{{ post.date | date: "%b %-d, %Y" }}{% if post.book.rank %} | Rank: {{ post.book.rank }}{% endif %}{% if post.collection %} | {{ post.collection }}{% endif %}{% if post.tags %}
Tags: {{ post.tags }}{% endif %}
{% endfor %}
{% if paginator.total_pages > 1 %}
{% endif %}