Use Font Awesome instead of Fork Awesome

This commit is contained in:
Harm te Molder 2024-10-24 08:31:24 +02:00 committed by zjedi
parent b88d13e7f0
commit d326aa747e
130 changed files with 375 additions and 6712 deletions

View file

@ -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 }}