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

github.com/urjaacharya/redgood.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/taxa.html')
-rw-r--r--layouts/partials/taxa.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/taxa.html b/layouts/partials/taxa.html
index 719d362..e0fe815 100644
--- a/layouts/partials/taxa.html
+++ b/layouts/partials/taxa.html
@@ -13,7 +13,7 @@
<div class="taxa-container home-page-card">
{{ range $this_taxa.ByCount }}
{{ $taxaValueName := .Page.Title }}
- <a class="taxa" href="{{ .Page.Permalink }}" aria-label="site taxonomies">{{ .Page.Title }}</a>
+ <a class="taxa" href="{{ .Page.Permalink }}">{{ .Page.Title }}</a>
{{ end }}
</div>
{{ end }}