REMOVE big fontawesome gitsubmodule for small icon selection, ADD leave date for teammembers

This commit is contained in:
Hoernschen 2023-09-25 13:34:46 +02:00
parent 1e6160b1b1
commit 80feba5acc
Signed by: hoernschen
GPG key ID: 37591FAF4E6D3462
16 changed files with 1315 additions and 32 deletions

View file

@ -35,7 +35,7 @@
{{ with .Site.Params.tracking }}
<script src="{{ . }}"></script>
{{ end }}
<link rel="stylesheet" type="text/css" href="/Font-Awesome/css/all.min.css">
<link rel="stylesheet" type="text/css" href="/icons/fontawesome.css">
{{ $template := resources.Get "scss/index.scss" }}
{{ if $template }}
{{ $index := $template | resources.ExecuteAsTemplate "css/index.scss" . | resources.ToCSS (dict "outputStyle" "compressed") | fingerprint }}