Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/darshanbaral/ghazal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/breadcrumb.html')
-rw-r--r--layouts/partials/breadcrumb.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/breadcrumb.html b/layouts/partials/breadcrumb.html
index 32c6c5e..335b0fa 100644
--- a/layouts/partials/breadcrumb.html
+++ b/layouts/partials/breadcrumb.html
@@ -17,6 +17,7 @@
<a
href="{{ if eq .p1 .p2 }}#{{ else }}{{ .p1.Permalink }}{{ end }}"
class="breadcrumb-link {{ if eq .p1 .p2 }}active{{ end }}"
+ aria-label="{{ if .p1.IsHome }}Home{{ else }}{{ .p1.Title }}{{ end }}"
style="margin-left: 5px; font-size: 0.9em; color:{{ if eq .p1 .p2 }}var(--primaryHover){{else}}var(--primary){{ end }};"
>{{- if .p1.IsHome -}}<i>{{- partial "icons/home" . -}}</i>{{- end -}}