REMOVE big fontawesome gitsubmodule for small icon selection, ADD leave date for teammembers
This commit is contained in:
parent
1e6160b1b1
commit
80feba5acc
16 changed files with 1315 additions and 32 deletions
|
@ -24,7 +24,7 @@
|
|||
<img class="cardImage {{ if eq .image.cover false }} noCover {{ end }}" alt="{{ .image.alt }}" src="{{ .image.url }}" />
|
||||
{{ else if .icon }}
|
||||
<div class="cardImage">
|
||||
<i class="fas fa-{{ .icon }} cardIcon"></i>
|
||||
<i class="icon-{{ .icon }} cardIcon"></i>
|
||||
</div>
|
||||
{{ else }}
|
||||
<img class="cardImage" alt="default image" src="{{ $defaultimage }}" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue