--- layout: layouts/base.njk title: "Nathan Upchurch | Once Burned: Incense I've burning in the past." structuredData: none pagination: data: collections.onceBurned generatePageOnEmptyData: true size: 20 permalink: "once-burned/{% if pagination.pageNumber > 0 %}page-{{ pagination.pageNumber + 1 }}/{% endif %}index.html" paginationRootDir: once-burned ---

Previous “Now Burning” Entries:

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

Nothing’s here yet!

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