Extra apostrophes in an URL (#8319)

Merge pull request 8319
This commit is contained in:
bytecode1024 2020-07-29 19:17:58 +02:00 committed by GitHub
parent b728eda026
commit 6256ae0719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ When the post also has front matter defining categories, they just get added to
the existing list if not present already. the existing list if not present already.
The hallmark difference between categories and tags is that categories of a post The hallmark difference between categories and tags is that categories of a post
may be incorporated into [the generated URL]('/docs/permalinks/#global') for the may be incorporated into [the generated URL](/docs/permalinks/#global) for the
post, while tags cannot be. post, while tags cannot be.
Therefore, depending on whether front matter has `category: classic hollywood`, Therefore, depending on whether front matter has `category: classic hollywood`,