diff --git a/content/galleries.njk b/content/galleries.njk index e8e5598..880d548 100644 --- a/content/galleries.njk +++ b/content/galleries.njk @@ -8,8 +8,8 @@ tags: gallery structuredData: none eleventyComputed: title: "{{ gallery.title }}" - permalink: "/gallery/{{ gallery.title | slugify }}/" - description: "{{ gallery.description }}" + permalink: "/gallery/{{ gallery.title | slugify }}/" + description: "{{ gallery.description }}" ---

{{ gallery.title }}

{{ gallery.description }}

diff --git a/content/tags.njk b/content/tags.njk index 7fe462d..d4f5609 100644 --- a/content/tags.njk +++ b/content/tags.njk @@ -14,8 +14,8 @@ postlistHeaderText: "Latest Posts:" structuredData: none eleventyComputed: title: Posts tagged “{{ tag }}” - permalink: "/tags/{{ tag | slugify }}/" - description: A list of every post I've written tagged “{{ tag }}.” + permalink: "/tags/{{ tag | slugify }}/" + description: A list of every post I've written tagged “{{ tag }}.” ---

Topic: “{{ tag }}.”