diff --git a/exampleSite/layouts/partials/paige/style-first.css b/exampleSite/layouts/partials/paige/style-first.css index 45a621ae..5d4bb272 100644 --- a/exampleSite/layouts/partials/paige/style-first.css +++ b/exampleSite/layouts/partials/paige/style-first.css @@ -1,5 +1,5 @@ #paige-authors, -#paige-breadcrumb, +#paige-breadcrumbs, #paige-credit, #paige-date, #paige-keywords, diff --git a/i18n/de.yaml b/i18n/de.yaml index ce55888b..64e0aa1e 100644 --- a/i18n/de.yaml +++ b/i18n/de.yaml @@ -1,5 +1,5 @@ -paige_breadcrumb: - other: Brotkrümel +paige_breadcrumbs: + other: Semmelbrösel paige_collections: other: Sammlungen diff --git a/i18n/en.yaml b/i18n/en.yaml index c23f3307..af084283 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -1,5 +1,5 @@ -paige_breadcrumb: - other: Breadcrumb +paige_breadcrumbs: + other: Breadcrumbs paige_collections: other: Collections diff --git a/layouts/partials/paige/breadcrumb.html b/layouts/partials/paige/breadcrumbs.html similarity index 79% rename from layouts/partials/paige/breadcrumb.html rename to layouts/partials/paige/breadcrumbs.html index e751e0ed..db6bfd61 100644 --- a/layouts/partials/paige/breadcrumb.html +++ b/layouts/partials/paige/breadcrumbs.html @@ -1,7 +1,7 @@ {{ $page := . }} {{ with .Ancestors }} -