mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-19 03:10:24 +00:00
taxonomy: fix typ in class name #671
This commit is contained in:
parent
15959fe60d
commit
e871f5ebc0
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with $term_pages }}
|
{{- with $term_pages }}
|
||||||
<div class=" taxononmy-{{ $taxonomy }} term-list {{ $class }}">
|
<div class=" taxonomy-{{ $taxonomy }} term-list {{ $class }}">
|
||||||
{{- if $icon }}
|
{{- if $icon }}
|
||||||
<i class="{{ $icon }}" title="{{ $taxonomy_page.Title }}"></i>
|
<i class="{{ $icon }}" title="{{ $taxonomy_page.Title }}"></i>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in a new issue