mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-31 08:57:15 +00:00
taxonomy: add taxonomy title to whole div #671
This commit is contained in:
parent
bb864993c4
commit
44ddcd2fc3
1 changed files with 2 additions and 2 deletions
|
@ -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 := . }}
|
||||
|
|
Loading…
Add table
Reference in a new issue