Add h2 to /blog/

This commit is contained in:
N-Upchurch 2023-08-21 19:22:10 -05:00
parent 9d23167be7
commit 790d9fcbba

View File

@ -4,11 +4,11 @@ eleventyNavigation:
key: Blog
order: 2
---
<h1>Nathan Upchurchs Personal Blog: Latest Posts.</h1>
<h1>Nathans Blog.</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>
<h2>Whats New:</h2>
{% set postslist = collections.posts %}
{% include "postslist.njk" %}