Skip to content

Commit eb84ef3

Browse files
committed
Ninja fix: Fixed navbar headings
Changed the markup of the breadcrumbs.html which was causing the navbar headings to stop working after navigating away from the landing page.
1 parent 1204fba commit eb84ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/themes/hugo-universal-theme/layouts/partials/breadcrumbs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="container">
33
<div class="row">
44
<div class="col-md-12">
5-
<h1>{{ .Title }}</h1>
5+
{{ .Title }}
66
</div>
77
</div>
88
</div>

0 commit comments

Comments
 (0)