From c28f4fdb77b848cce73e67adf7f59d914d8e8fe9 Mon Sep 17 00:00:00 2001 From: Nathan Upchurch Date: Fri, 15 May 2026 13:15:09 -0500 Subject: [PATCH] Bugfix --- content/once-burned/index.njk | 3 ++- content/prior-thoughts/index.njk | 1 + content/status/index.njk | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/content/once-burned/index.njk b/content/once-burned/index.njk index d062e9e..bc5ea87 100644 --- a/content/once-burned/index.njk +++ b/content/once-burned/index.njk @@ -1,9 +1,10 @@ --- layout: layouts/base.njk +eleventyExcludeFromCollections: true tags: - nowBurning - metadata -title: "Nathan Upchurch | Once Burned: Incense I've burning in the past." +title: "Nathan Upchurch | Once Burned: Incense I've burned in the past." structuredData: none pagination: data: collections.onceBurned diff --git a/content/prior-thoughts/index.njk b/content/prior-thoughts/index.njk index 0db2fcc..dfa0fcf 100644 --- a/content/prior-thoughts/index.njk +++ b/content/prior-thoughts/index.njk @@ -1,4 +1,5 @@ --- +eleventyExcludeFromCollections: true layout: layouts/base.njk title: "Nathan Upchurch | Prior Thoughts" tags: diff --git a/content/status/index.njk b/content/status/index.njk index f84067e..fc89a7f 100644 --- a/content/status/index.njk +++ b/content/status/index.njk @@ -27,8 +27,9 @@ permalink: "/status/index.html"
{% endif %} - + {% if status.data.comment %} {{ status.data.comment | markdownify | safe }}
+ {% endif %} {{ status.date | niceDate }}