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 %}
{% if metadata.author.url %}{% endif %}
- {% if metadata.author.name %}{{ metadata.author.name }}, {% endif %}{% if metadata.author.url %}{% endif %}
+ {% if metadata.author.name %}{{ metadata.author.name }}{% endif %}{% if metadata.author.url %}, {% endif %}
{% endif %}
diff --git a/content/blog.njk b/content/blog.njk
index 88e7aab..a54b222 100644
--- a/content/blog.njk
+++ b/content/blog.njk
@@ -7,7 +7,7 @@ eleventyNavigation:
Nathan’s Blog.
-Thank you for visiting my blog; I write about lots of things here, from personal stories, to tech, food, and incense. Explore all posts below or choose a topic.
+Thank you for visiting my blog; I write about lots of things here, from personal stories, to tech, food, and incense. Explore all posts below or choose a topic.
What’s New:
{% set postslist = collections.posts %}