Fixed typo in description of categories and tags (#6896)

Merge pull request 6896
This commit is contained in:
Stefan Dellmuth 2018-04-03 18:27:56 +02:00 committed by jekyllbot
parent f119d2c921
commit 90e9ae308e
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ tags: [ blog, travel ]
--- ---
``` ```
will be saved as `{baseurl}/year/month/day/A-Trip.html`. It is up to you to will be saved as `{baseurl}/year/month/day/A-Trip.html`. It is up to you to
create `{baseurl}/tag/blog.html` and `{baseurl}/tag/blog.html` the same way as create `{baseurl}/tag/blog.html` and `{baseurl}/tag/travel.html` the same way as
described above for categories. described above for categories.
While this example is done with tags and categories, you can easily extend your While this example is done with tags and categories, you can easily extend your