Update collections permalinks in _config.yml
This commit is contained in:
parent
83e8a64de1
commit
49ada3eac1
|
|
@ -193,10 +193,10 @@ collections:
|
|||
defaults:
|
||||
layout: post
|
||||
output: true
|
||||
permalink: /news/:path/
|
||||
permalink: /:collection/:title/
|
||||
projects:
|
||||
output: true
|
||||
permalink: /projects/:path/
|
||||
permalink: /:collection/:title/
|
||||
|
||||
announcements:
|
||||
enabled: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue