We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb96a9 commit 33d23caCopy full SHA for 33d23ca
site/_config.yml
@@ -16,7 +16,7 @@
16
title: Jekyll Breadcrumb Demo
17
email:
18
description: Jekyll Breadcrumb Test Site
19
-baseurl: "/base" # the subpath of your site, e.g. /blog
+baseurl: "" # the subpath of your site, e.g. /blog
20
url: "http://localhost:4000" # the base hostname & protocol for your site
21
twitter_username: swissmation
22
github_username: git-no
@@ -43,5 +43,5 @@ defaults:
43
44
breadcrumbs:
45
root:
46
- hide: true # show breadcrumbs on root/home page
+ hide: false # show breadcrumbs on root/home page
47
image: false # Show image or title text
0 commit comments