--- layout: default ---
{{ content }} {% for post in paginator.posts %} {% if post.categories contains page.category %}
{% include discography-entry.html currPost=post %} {% endif %} {% endfor %} {% include pagination-buttons.html %}