Font-swap on font-awesome and image compression

This commit is contained in:
Brandon Rozek 2023-09-26 16:30:27 -04:00
parent 1964f176d2
commit e437fcdd1a
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
9 changed files with 26 additions and 19 deletions

View file

@ -64,15 +64,5 @@
<!-- {{- template "_internal/twitter_cards.html" . -}} -->
{{- partial "external/twitter_cards.html" . -}}
<script src="https://polyfill.io/v3/polyfill.js"></script>
<!-- MathJax -->
{{- if or .Params.math .Site.Params.math -}}
{{ partial "mathjax_support.html" . }}
{{- end -}}
{{ partial "citation.html" . }}
{{- $script := resources.Get "js/script.js" -}}
<script src="{{ $script.Permalink }}" async></script>
</head>