{{- $page := .page }} {{- $taxonomy := .taxonomy }} {{- $class := .class }} {{- $color := .color | default "" }} {{- $style := .style | default "" }} {{- if and (not $style) (eq (len $style) 0) }} {{- $color = .color | default "var(--INTERNAL-TAG-BG-color)" }} {{- end }} {{- $icon := .icon | default "" }} {{- $icon = trim $icon " " }} {{- if and $icon (not (findRE ".*?\\bfa-\\w.*?" $icon)) }} {{- $icon = printf "fa-fw fas fa-%s" $icon }} {{- end }} {{- $taxonomy_page := $page.Site.GetPage $taxonomy }} {{- $term_pages := slice }} {{- range $page.GetTerms $taxonomy }} {{- $term_pages = $term_pages | append (dict "Title" (partial "title.gotmpl" (dict "page" . "linkTitle" true)) "Term" . )}} {{- end }} {{- $taxonomy_title := partial "title.gotmpl" (dict "page" $taxonomy_page) }} {{- with $term_pages }}
{{- if $icon }} {{- end }}
{{- end }}