From acb55c80a1e9a9049e743439990cc88b5f13e64f Mon Sep 17 00:00:00 2001 From: Nathan Upchurch Date: Fri, 20 Sep 2024 23:55:16 -0500 Subject: [PATCH] Move punctuation after links --- _includes/layouts/home.njk | 2 +- _includes/layouts/post.njk | 4 ++-- content/blog.njk | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_includes/layouts/home.njk b/_includes/layouts/home.njk index 2174242..c1998b0 100644 --- a/_includes/layouts/home.njk +++ b/_includes/layouts/home.njk @@ -3,6 +3,6 @@ layout: layouts/base.njk showPostListHeader: yep ---

Hi there, friend.

-

My name is Nathan Upchurch. Welcome to my personal website and blog, where I write about incense, free and open source software, design, vegan cooking, music, and all sorts of other topics that I find interesting. Learn more about me, see what I’ve been up to lately, or have a look at my latest blog posts below.

+

My name is Nathan Upchurch. Welcome to my personal website and blog, where I write about incense, free and open source software, design, vegan cooking, music, and all sorts of other topics that I find interesting. Learn more about me, see what I’ve been up to lately, or have a look at my latest blog posts below.

{{ content | safe }} diff --git a/_includes/layouts/post.njk b/_includes/layouts/post.njk index 5bff878..715a753 100644 --- a/_includes/layouts/post.njk +++ b/_includes/layouts/post.njk @@ -13,7 +13,7 @@ layout: layouts/base.njk {% endif %}

{% if author.url %}{% endif %} - {% if author.name %}{{ author.name }}, {% endif %}{% if author.url %}{% endif %}

+ {% if author.name %}{{ author.name }}{% endif %}{% if author.url %}, {% endif %}

{% else %} {% if metadata.author.profilePic %} @@ -21,7 +21,7 @@ layout: layouts/base.njk {% endif %}