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 fb65f5e commit 84ced42Copy full SHA for 84ced42
layouts/_default/list.html
@@ -2,7 +2,7 @@
2
3
<main class="content " role="main">
4
<div data-cms-edit="content" class="text-content list-page">
5
- <div class="breadcrumb-layout wide">
+ <div class="breadcrumb-layout">
6
{{ if not .IsHome }}
7
{{ if not (in .Params.display_breadcrumb "false" ) }}
8
{{ partial "breadcrumb" .}}
layouts/_default/single.html
@@ -3,7 +3,7 @@
<!-- Replace icons -->
{{ $content := partial "icon-replacement.html" (dict "content" .Content) }}
9
0 commit comments