mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 18:31:57 +03:00
12 lines
152 B
YAML
12 lines
152 B
YAML
|
routes:
|
||
|
|
||
|
collections:
|
||
|
/:
|
||
|
permalink: '{globals.permalinks}'
|
||
|
template:
|
||
|
- index
|
||
|
|
||
|
taxonomies:
|
||
|
tag: /tag/{slug}/
|
||
|
author: /author/{slug}/
|