Move home breadcrumb to config.
This commit is contained in:
parent
9482249999
commit
8909438267
2 changed files with 8 additions and 4 deletions
|
@ -129,6 +129,13 @@ defaults:
|
|||
path: _drafts
|
||||
values:
|
||||
comments: false
|
||||
-
|
||||
scope:
|
||||
path: index.html
|
||||
values:
|
||||
breadcrumb:
|
||||
-
|
||||
label: Posts
|
||||
-
|
||||
scope:
|
||||
path: tags
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
---
|
||||
layout: home
|
||||
breadcrumb:
|
||||
-
|
||||
label: Posts
|
||||
|
||||
# Index page
|
||||
# v2.0
|
||||
|
|
Loading…
Reference in a new issue