Skip to content

Commit 33d23ca

Browse files
author
git-no
committed
Default config without baseurl
1 parent bbb96a9 commit 33d23ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
title: Jekyll Breadcrumb Demo
1717
email:
1818
description: Jekyll Breadcrumb Test Site
19-
baseurl: "/base" # the subpath of your site, e.g. /blog
19+
baseurl: "" # the subpath of your site, e.g. /blog
2020
url: "http://localhost:4000" # the base hostname & protocol for your site
2121
twitter_username: swissmation
2222
github_username: git-no
@@ -43,5 +43,5 @@ defaults:
4343

4444
breadcrumbs:
4545
root:
46-
hide: true # show breadcrumbs on root/home page
46+
hide: false # show breadcrumbs on root/home page
4747
image: false # Show image or title text

0 commit comments

Comments
 (0)