Skip to content

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

assets/scss/_variables_project.scss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -496,10 +496,11 @@ h6, .td-content h6 {
496496
}
497497
}
498498

499-
ol.breadcrumb:before {
500-
content: "🏠︎" !important;
501-
color: grey; filter: grayscale(100%);
502-
margin-right: 10px;
499+
ol.breadcrumb li {
500+
font-size: 13px;
501+
}
502+
ol.breadcrumb li:not(:first-child):before {
503+
content: ">" !important;
503504
}
504505

505506
.td-sidebar-nav__section.nav-item.dropdown {

hugo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ params:
230230
# User interface configuration
231231
ui:
232232
# Set to true to disable breadcrumb navigation.
233-
breadcrumb_disable: true
234-
taxonomy_breadcrumb_disable: true
233+
breadcrumb_disable: false
234+
taxonomy_breadcrumb_disable: false
235235
# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top navbar
236236
navbar_logo: true
237237
# Set to true if you don't want the top navbar to be translucent when over a `block/cover`, like on the homepage.

0 commit comments

Comments
 (0)