Rename breadcrumb to breadcrumbs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#paige-authors,
|
||||
#paige-breadcrumb,
|
||||
#paige-breadcrumbs,
|
||||
#paige-credit,
|
||||
#paige-date,
|
||||
#paige-keywords,
|
||||
|
@@ -1,5 +1,5 @@
|
||||
paige_breadcrumb:
|
||||
other: Brotkrümel
|
||||
paige_breadcrumbs:
|
||||
other: Semmelbrösel
|
||||
|
||||
paige_collections:
|
||||
other: Sammlungen
|
||||
|
@@ -1,5 +1,5 @@
|
||||
paige_breadcrumb:
|
||||
other: Breadcrumb
|
||||
paige_breadcrumbs:
|
||||
other: Breadcrumbs
|
||||
|
||||
paige_collections:
|
||||
other: Collections
|
||||
|
@@ -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