Use proper open and close quotes in tag page titles
This commit is contained in:
parent
9910d6dfb9
commit
96bc698b45
|
@ -6,7 +6,7 @@ pagination:
|
||||||
alias: tag
|
alias: tag
|
||||||
filter: [ all, post, posts, MainPage ]
|
filter: [ all, post, posts, MainPage ]
|
||||||
eleventyComputed:
|
eleventyComputed:
|
||||||
title: Posts Tagged "{{ tag }}"
|
title: Posts Tagged “{{ tag }}”
|
||||||
permalink: /posts/tags/{{ tag | slugify }}
|
permalink: /posts/tags/{{ tag | slugify }}
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue