diff --git a/content/blog.njk b/content/blog.njk index 06c7c5e..88e7aab 100644 --- a/content/blog.njk +++ b/content/blog.njk @@ -7,7 +7,7 @@ eleventyNavigation:

Nathan’s Blog.

-Looking for something in particular? Have a look at this convenient list of post categories to filter results by 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 %} diff --git a/content/tags.njk b/content/tags.njk index cb9cb51..4c3f5d7 100644 --- a/content/tags.njk +++ b/content/tags.njk @@ -11,8 +11,9 @@ pagination: addAllPagesToCollections: true layout: layouts/base.njk eleventyComputed: - title: Tagged “{{ tag }}” -permalink: "/tags/{{ tag | slugify }}/" + title: Posts tagged “{{ tag }}” + permalink: "/tags/{{ tag | slugify }}/" + description: A list of every post I've written tagged “{{ tag }}.” ---

More posts tagged “{{ tag }}.” @@ -37,7 +38,7 @@ permalink: "/tags/{{ tag | slugify }}/"

-

Here’s everything I’ve posted with the tag “{{ tag }}:”

+

Here’s everything I’ve posted tagged “{{ tag }}.” Want to be notified when I post on this topic? Subscribe to “{{ tag }}.”

{% set postslist = collections[ tag ] %} {% include "postslist.njk" %}