Rename breadcrumb to breadcrumbs

This commit is contained in:
Will Faught
2023-03-22 16:54:05 -07:00
parent f0a382bd03
commit a2ca9b36eb
5 changed files with 7 additions and 7 deletions

View File

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

View File

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