Compare commits
1 Commits
163de4c46a
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| c28f4fdb77 |
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user