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
+1 -1
View File
@@ -202,7 +202,7 @@ The following demonstrates the concept:
```
content/posts/_index.md
=> example.com/posts/index.html
=> example.com/posts/
content/posts/post-1.md
=> example.com/posts/post-1/
```