Fix slugs
This commit is contained in:
parent
e6347a7197
commit
63d4e8e355
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ paginate = 3
|
|||
|
||||
[permalinks]
|
||||
pages = '/:title'
|
||||
posts = '/:year/:month/:title/'
|
||||
posts = '/:year/:month/:slug/'
|
||||
|
||||
[taxonomies]
|
||||
tag = 'tags'
|
||||
|
|
Loading…
Add table
Reference in a new issue