Posts
{{ 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 %}