From 790d9fcbbad9f322a8805bb37559cf238db7813b Mon Sep 17 00:00:00 2001 From: N-Upchurch Date: Mon, 21 Aug 2023 19:22:10 -0500 Subject: [PATCH] Add h2 to /blog/ --- content/blog.njk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog.njk b/content/blog.njk index e9aa09f..06c7c5e 100644 --- a/content/blog.njk +++ b/content/blog.njk @@ -4,11 +4,11 @@ eleventyNavigation: key: Blog order: 2 --- -

Nathan Upchurch’s Personal Blog: Latest Posts.

+

Nathan’s Blog.

Looking for something in particular? Have a look at this convenient list of post categories to filter results by topic.

- +

What’s New:

{% set postslist = collections.posts %} {% include "postslist.njk" %}