taxonomy: add taxonomy title to whole div #671

This commit is contained in:
Sören Weber 2023-10-03 21:27:45 +02:00
parent bb864993c4
commit 44ddcd2fc3
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -24,9 +24,9 @@
{{- end }}
{{- end }}
{{- with $term_pages }}
<div class=" taxonomy-{{ $taxonomy }} term-list {{ $class }}">
<div class=" taxonomy-{{ $taxonomy }} term-list {{ $class }}" title="{{ $taxonomy_page.Title }}">
{{- if $icon }}
<i class="{{ $icon }}" title="{{ $taxonomy_page.Title }}"></i>
<i class="{{ $icon }}"></i>
{{- end }}
<ul>
{{- range $term_page := . }}