Fix pretty URL example (#1397)

This commit is contained in:
Salim B 2021-04-01 05:37:32 +00:00 committed by GitHub
parent f4c4153dcb
commit eb98b09973
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -202,7 +202,7 @@ The following demonstrates the concept:
``` ```
content/posts/_index.md content/posts/_index.md
=> example.com/posts/index.html => example.com/posts/
content/posts/post-1.md content/posts/post-1.md
=> example.com/posts/post-1/ => example.com/posts/post-1/
``` ```