We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch out and style current breadcrumb to be multi-level, semantic and add aria labels.
<nav class="" aria-label="breadcrumbs"> <ol class=""> {{- range .Ancestors.Reverse }} <li class="breadcrumb"> <a href="{{ .RelPermalink }}">{{ if .IsHome }}{{ i18n "home" }}{{ else }}{{ .Title }}{{ end }}</a> </li> <span class="" aria-hidden="true">»</span> {{- end }} </ol> </nav>
The text was updated successfully, but these errors were encountered:
#43 Improve breadcrumbs
5150947
Signed-off-by: James Hunt <10615884+thetwopct@users.noreply.github.com> Signed-off-by: James Hunt <10615884+thetwopct@users.noreply.github.com>
Improved and released in https://github.com/cncf/dot-org-hugo-theme/releases/tag/v0.1.5
Sorry, something went wrong.
thetwopct
No branches or pull requests
Switch out and style current breadcrumb to be multi-level, semantic and add aria labels.
The text was updated successfully, but these errors were encountered: