This commit is contained in:
2026-05-15 13:15:09 -05:00
parent 163de4c46a
commit c28f4fdb77
3 changed files with 5 additions and 2 deletions

View File

@@ -1,9 +1,10 @@
--- ---
layout: layouts/base.njk layout: layouts/base.njk
eleventyExcludeFromCollections: true
tags: tags:
- nowBurning - nowBurning
- metadata - 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 structuredData: none
pagination: pagination:
data: collections.onceBurned data: collections.onceBurned

View File

@@ -1,4 +1,5 @@
--- ---
eleventyExcludeFromCollections: true
layout: layouts/base.njk layout: layouts/base.njk
title: "Nathan Upchurch | Prior Thoughts" title: "Nathan Upchurch | Prior Thoughts"
tags: tags:

View File

@@ -27,8 +27,9 @@ permalink: "/status/index.html"
</a><br /> </a><br />
{% endif %} {% endif %}
</span> </span>
{% if status.data.comment %}
{{ status.data.comment | markdownify | safe }}<br /> {{ status.data.comment | markdownify | safe }}<br />
{% endif %}
<span class="status-metadata"> <span class="status-metadata">
{{ status.date | niceDate }} {{ status.date | niceDate }}