Skip to content

Commit 84ced42

Browse files
committed
Breadcrumb: Cleaned up unused code with wide
1 parent fb65f5e commit 84ced42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

layouts/_default/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<main class="content " role="main">
44
<div data-cms-edit="content" class="text-content list-page">
5-
<div class="breadcrumb-layout wide">
5+
<div class="breadcrumb-layout">
66
{{ if not .IsHome }}
77
{{ if not (in .Params.display_breadcrumb "false" ) }}
88
{{ partial "breadcrumb" .}}

layouts/_default/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- Replace icons -->
44
{{ $content := partial "icon-replacement.html" (dict "content" .Content) }}
55

6-
<div class="breadcrumb-layout wide">
6+
<div class="breadcrumb-layout">
77
{{ if not .IsHome }}
88
{{ if not (in .Params.display_breadcrumb "false" ) }}
99
{{ partial "breadcrumb" .}}

0 commit comments

Comments
 (0)