v0.1.23 좌측 네비 및 태그 라우트 정리
This commit is contained in:
14
routes.yaml.example
Normal file
14
routes.yaml.example
Normal file
@@ -0,0 +1,14 @@
|
||||
routes:
|
||||
/tags/:
|
||||
template: tags-index
|
||||
/authors/:
|
||||
template: authors-index
|
||||
|
||||
collections:
|
||||
/:
|
||||
permalink: /{slug}/
|
||||
template: index
|
||||
|
||||
taxonomies:
|
||||
tag: /tag/{slug}/
|
||||
author: /author/{slug}/
|
||||
Reference in New Issue
Block a user