Use proper open and close quotes in tag page titles
This commit is contained in:
parent
9910d6dfb9
commit
96bc698b45
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue