Rename breadcrumb to breadcrumbs
parent
f0a382bd03
commit
a2ca9b36eb
@ -1,7 +1,7 @@
|
|||||||
{{ $page := . }}
|
{{ $page := . }}
|
||||||
|
|
||||||
{{ with .Ancestors }}
|
{{ with .Ancestors }}
|
||||||
<nav aria-label="{{ i18n `paige_breadcrumb` }}" class="mt-3" id="paige-breadcrumb">
|
<nav aria-label="{{ i18n `paige_breadcrumbs` }}" class="mt-3" id="paige-breadcrumbs">
|
||||||
<div class="d-flex justify-content-center">
|
<div class="d-flex justify-content-center">
|
||||||
<ol class="breadcrumb">
|
<ol class="breadcrumb">
|
||||||
{{ range .Reverse }}
|
{{ range .Reverse }}
|
Loading…
Reference in New Issue