--- layout: layouts/base.njk title: Nathan Upchurch | Now structuredData: none ---

Now: Life updates.

{% set now = collections.now | last %}

{{ now.data.title }} • {{ now.date | niceDate }}

{{ now.content | safe }}
{% set postsCount = collections.now | removeMostRecent | length %} {% if postsCount > 1 %}

Previous Entries:

{% set postslist = collections.now | removeMostRecent %} {% set showPostListHeader = false %} {% include "postslist.njk" %} {% endif %}