From 4fa562d0fe9329ddc26729af701d5cb4b2627e21 Mon Sep 17 00:00:00 2001 From: Nathan Upchurch Date: Wed, 16 Jul 2025 12:52:35 -0500 Subject: [PATCH] Fix YAML syntax errors --- content/galleries.njk | 4 ++-- content/tags.njk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 }}.”