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 }}