Move home breadcrumb to config.

This commit is contained in:
Cotes Chung 2020-11-26 23:25:56 +08:00
parent 9482249999
commit 8909438267
2 changed files with 8 additions and 4 deletions

View File

@ -129,6 +129,13 @@ defaults:
path: _drafts path: _drafts
values: values:
comments: false comments: false
-
scope:
path: index.html
values:
breadcrumb:
-
label: Posts
- -
scope: scope:
path: tags path: tags

View File

@ -1,12 +1,9 @@
--- ---
layout: home layout: home
breadcrumb:
-
label: Posts
# Index page # Index page
# v2.0 # v2.0
# https://github.com/cotes2020/jekyll-theme-chirpy # https://github.com/cotes2020/jekyll-theme-chirpy
# © 2017-2019 Cotes Chung # © 2017-2019 Cotes Chung
# MIT License # MIT License
--- ---