From 89094382670f0067c59689e7ee40c02dd539728f Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Thu, 26 Nov 2020 23:25:56 +0800 Subject: [PATCH] Move home breadcrumb to config. --- _config.yml | 7 +++++++ index.html | 5 +---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 5be97ee..1b4f71b 100644 --- a/_config.yml +++ b/_config.yml @@ -129,6 +129,13 @@ defaults: path: _drafts values: comments: false + - + scope: + path: index.html + values: + breadcrumb: + - + label: Posts - scope: path: tags diff --git a/index.html b/index.html index e105ba9..0b95cc9 100644 --- a/index.html +++ b/index.html @@ -1,12 +1,9 @@ --- layout: home -breadcrumb: - - - label: Posts # Index page # v2.0 # https://github.com/cotes2020/jekyll-theme-chirpy # © 2017-2019 Cotes Chung # MIT License ---- \ No newline at end of file +---