--- layout: layouts/base.njk title: "Nathan Upchurch | Prior Thoughts" pagination: data: collections.priorThoughts generatePageOnEmptyData: true size: 20 permalink: "prior-thoughts/{% if pagination.pageNumber > 0 %}page-{{ pagination.pageNumber + 1 }}/{% endif %}index.html" paginationRootDir: prior-thoughts ---

Prior thoughts:

{% set postsCount = pagination.items | length %} {% if postsCount > 0 %} {% set postslist = pagination.items %} {% set showPostListHeader = false %} {% include "statusList.njk" %} {% else %}

Nothing’s here yet!

{% endif %} {% include "permalinkButtons.njk" %}