2023-07-05 11:06:31 -05:00

15 lines
385 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.

---
layout: layouts/base.njk
eleventyNavigation:
key: Blog
order: 2
---
<h1>Nathan Upchurchs Personal Blog: Latest Posts.</h1>
<p class="page-block nodropcap">
Looking for something in particular? Have a look at <a href="/tags/">this convenient list of post categories</a> to filter results by topic.
</p>
{% set postslist = collections.posts %}
{% include "postslist.njk" %}