Use proper open and close quotes in tag page titles

This commit is contained in:
Neil Brommer 2023-07-10 15:06:05 -07:00
parent 9910d6dfb9
commit 96bc698b45

View file

@ -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 }}
---