Rename breadcrumb to breadcrumbs

master
Will Faught 2 years ago
parent f0a382bd03
commit a2ca9b36eb

@ -1,5 +1,5 @@
#paige-authors, #paige-authors,
#paige-breadcrumb, #paige-breadcrumbs,
#paige-credit, #paige-credit,
#paige-date, #paige-date,
#paige-keywords, #paige-keywords,

@ -1,5 +1,5 @@
paige_breadcrumb: paige_breadcrumbs:
other: Brotkrümel other: Semmelbrösel
paige_collections: paige_collections:
other: Sammlungen other: Sammlungen

@ -1,5 +1,5 @@
paige_breadcrumb: paige_breadcrumbs:
other: Breadcrumb other: Breadcrumbs
paige_collections: paige_collections:
other: Collections other: Collections

@ -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 }}

@ -6,7 +6,7 @@
{{ end }} {{ end }}
{{ partial "paige/menu.html" $page }} {{ partial "paige/menu.html" $page }}
{{ partial "paige/breadcrumb.html" . }} {{ partial "paige/breadcrumbs.html" . }}
{{ if templates.Exists "partials/paige/header-last.html" }} {{ if templates.Exists "partials/paige/header-last.html" }}
{{ partial "paige/header-last.html" $page }} {{ partial "paige/header-last.html" $page }}

Loading…
Cancel
Save