diff --git a/content/now.njk b/content/now.njk index c5b3ff3..061dd01 100644 --- a/content/now.njk +++ b/content/now.njk @@ -6,11 +6,24 @@ structuredData: none

Now: Life updates.

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

{{ now.data.title }}

+

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

{{ 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:

@@ -19,3 +32,4 @@ structuredData: none {% include "postslist.njk" %} {% endif %} +