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