mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 18:31:57 +03:00
6ac00255e3
refs https://github.com/TryGhost/Team/issues/65 - this was incorrect - we don't use the wording `resources` in the routes yaml file
13 lines
161 B
YAML
13 lines
161 B
YAML
routes:
|
|
|
|
collections:
|
|
/:
|
|
route: '{globals.permalinks}'
|
|
template:
|
|
- home
|
|
- index
|
|
|
|
taxonomies:
|
|
tag: /tag/{slug}/
|
|
author: /author/{slug}/
|