pages/layouts/shortcodes/fa.html

11 lines
204 B
HTML

{{- $faStyle := .Get 0 -}}
{{- $faName := .Get 1 -}}
{{- $isFullWidth := .Get 2 -}}
<i
class="
{{- $faStyle }}
fa-{{ $faName }}
{{- if eq $isFullWidth "yes" }}
fa-fw
{{ end -}}"
></i>