From 96bc698b45cd62d427545facfade28bc89a22159 Mon Sep 17 00:00:00 2001 From: Neil Brommer Date: Mon, 10 Jul 2023 15:06:05 -0700 Subject: [PATCH] Use proper open and close quotes in tag page titles --- src/posts/tags.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/posts/tags.njk b/src/posts/tags.njk index f64e474..2188a69 100644 --- a/src/posts/tags.njk +++ b/src/posts/tags.njk @@ -6,7 +6,7 @@ pagination: alias: tag filter: [ all, post, posts, MainPage ] eleventyComputed: - title: Posts Tagged "{{ tag }}" + title: Posts Tagged “{{ tag }}” permalink: /posts/tags/{{ tag | slugify }} ---