pages/layouts/shortcodes/fa.html

12 lines
204 B
HTML
Raw Normal View History

2024-11-23 03:14:22 +00:00
{{- $faStyle := .Get 0 -}}
{{- $faName := .Get 1 -}}
{{- $isFullWidth := .Get 2 -}}
<i
class="
{{- $faStyle }}
fa-{{ $faName }}
{{- if eq $isFullWidth "yes" }}
fa-fw
{{ end -}}"
></i>