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:
-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.
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" %}