Fix slugs

This commit is contained in:
Elnu 2022-07-04 18:53:44 -07:00
parent e6347a7197
commit 63d4e8e355

View file

@ -18,7 +18,7 @@ paginate = 3
[permalinks] [permalinks]
pages = '/:title' pages = '/:title'
posts = '/:year/:month/:title/' posts = '/:year/:month/:slug/'
[taxonomies] [taxonomies]
tag = 'tags' tag = 'tags'