mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 19:00: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 }}
|
||||
{{- with $term_pages }}
|
||||
<div class=" taxononmy-{{ $taxonomy }} term-list {{ $class }}">
|
||||
<div class=" taxonomy-{{ $taxonomy }} term-list {{ $class }}">
|
||||
{{- if $icon }}
|
||||
<i class="{{ $icon }}" title="{{ $taxonomy_page.Title }}"></i>
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in a new issue