---
layout: layouts/base.njk
title: Nathan Upchurch | Now
structuredData: none
---
Now: What’s Been Going on Lately?
{% set now = collections.now | last %}
{{ now.data.title }}
{{ now.content | safe }}
Updated: {{ now.date | readableDate }} | 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 %}