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

@ -10,9 +10,9 @@
<div class="social-media-footer">
<span>
{{- range $social}}
<a href="{{ .url }}"><i class="fab fa-{{ .type }}"></i></a>
<a href="{{ .url }}"><i class="icon-{{ .type }}"></i></a>
{{- end }}
<a href="/posts/index.xml"><i class="fas fa-rss"></i></a>
<a href="/posts/index.xml"><i class="icon-rss"></i></a>
</span>
</div>
<div>
@ -26,5 +26,5 @@
© {{ dateFormat "2006" now }} {{ $footer.copyright }}</a>
</div>
</footer>
<a class="totop hide" id="totop" href="#"><i class="fas fa-chevron-up"></i></a>
<a class="totop hide" id="totop" href="#"><i class="icon-angle-up"></i></a>
<script src="/js/totop.js"></script>