Files
nathanupchurch.com/content/prior-thoughts/index.njk
T
2026-08-28 18:33:04 -05:00

35 lines
815 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
description: Past status entries.
eleventyExcludeFromCollections: true
layout: layouts/base.njk
title: "Nathan Upchurch | Prior Thoughts"
tags:
- status
pagination:
data: collections.priorThoughts
generatePageOnEmptyData: true
size: 20
permalink: "prior-thoughts/{% if pagination.pageNumber > 0 %}page-{{ pagination.pageNumber + 1 }}/{% endif %}index.html"
paginationRootDir: prior-thoughts
---
<div data-pagefind-body>
<h1>Prior thoughts:</h1>
{% set postsCount = pagination.items | length %}
{% if postsCount > 0 %}
{% set postslist = pagination.items %}
{% set showPostListHeader = false %}
{% include "statusList.njk" %}
{% else %}
<p>Nothings here yet!</p>
{% endif %}
{% include "permalinkButtons.njk" %}
<a href="/status/">
<button type="button">Latest</button>
</a>
</div>