Remove Font Awesome call from footer partial

This commit is contained in:
Jens M. Sauer 2024-07-28 21:41:40 +02:00
parent df9cec4e9c
commit c13395e304

View File

@ -20,8 +20,3 @@
Images courtesy of <a target="_blank" href="https://unsplash.com">Unsplash</a></p>
</div>
</footer>
<!-- FontAwesome JS -->
{{ range .Site.Params.asset.fontawesome_js -}}
<script type="text/javascript" src="{{ . | absURL }}"></script>
{{- end }}