---
layout: layouts/base.njk
title: Nathan Upchurch | Now
structuredData: none
---
Now: Life updates.
{% set now = collections.now | last %}
{{ now.data.title }}
{{ now.content | safe }}
Updated on the {{ now.date | niceDate }} by {{ metadata.author.name }} | What is a now page?
{% set postsCount = collections.now | removeMostRecent | length %}
{% if postsCount > 1 %}
Previous Entries:
{% set postslist = collections.now | removeMostRecent %}
{% set showPostListHeader = false %}
{% include "postslist.njk" %}
{% endif %}