Rename breadcrumb to breadcrumbs
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{{ $page := . }}
|
||||
|
||||
{{ 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">
|
||||
<ol class="breadcrumb">
|
||||
{{ range .Reverse }}
|
@@ -6,7 +6,7 @@
|
||||
{{ end }}
|
||||
|
||||
{{ partial "paige/menu.html" $page }}
|
||||
{{ partial "paige/breadcrumb.html" . }}
|
||||
{{ partial "paige/breadcrumbs.html" . }}
|
||||
|
||||
{{ if templates.Exists "partials/paige/header-last.html" }}
|
||||
{{ partial "paige/header-last.html" $page }}
|
||||
|
Reference in New Issue
Block a user