Use Font Awesome instead of Fork Awesome
This commit is contained in:
parent
b88d13e7f0
commit
d326aa747e
130 changed files with 375 additions and 6712 deletions
|
|
@ -1 +1,5 @@
|
|||
{{ with .Get "class" }}<i class="{{ . }}"></i>{{ end }}
|
||||
{{ if .Get "brand" }}
|
||||
{{ with .Get "name" }}<i class="fa-brands fa-{{ . }}"></i>{{ end }}
|
||||
{{ else }}
|
||||
{{ with .Get "name" }}<i class="fa fa-{{ . }}"></i>{{ end }}
|
||||
{{ end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue