Skip to content

Commit c7571c6

Browse files
Update page.html
1 parent 04ba70d commit c7571c6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_layouts/page.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
---
44

55
<div class="gridbg">
6-
<nav aria-label="breadcrumb">
7-
<ol class="breadcrumb">
8-
<li class="breadcrumb-item">
6+
<nav aria-label="breadcrumb bg">
7+
<div class="breadcrumb">
8+
<p class="breadcrumb-item">
99
<span class="breadcrumb-trail">
1010
<a href="/learn">Learn</a>
1111
{% for ancestor in page.ancestors %}
1212
/{{ ancestor.title }}
1313
{% endfor %}
1414
/{{ page.title }}
1515
</span>
16-
</li>
17-
</ol>
16+
</p>
17+
</div>
1818
</nav>
1919

2020
<div class="progress-container header">

0 commit comments

Comments
 (0)