Skip to content

Commit 977c9e7

Browse files
committed
Move home breadcrumb to config.
1 parent 708ed60 commit 977c9e7

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

_config.yml

+7
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,13 @@ defaults:
129129
path: _drafts
130130
values:
131131
comments: false
132+
-
133+
scope:
134+
path: index.html
135+
values:
136+
breadcrumb:
137+
-
138+
label: Posts
132139
-
133140
scope:
134141
path: tags

index.html

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
---
22
layout: home
3-
breadcrumb:
4-
-
5-
label: Posts
63

74
# Index page
85
# v2.0
96
# https://github.com/cotes2020/jekyll-theme-chirpy
107
# © 2017-2019 Cotes Chung
118
# MIT License
12-
---
9+
---

0 commit comments

Comments
 (0)