Move font-awesome into local css.

This commit is contained in:
Brandon Rozek 2020-12-22 10:20:17 -05:00
parent 297ec66033
commit 496aa8bfd8
5 changed files with 14 additions and 13 deletions

View file

@ -5,12 +5,6 @@
using a modified version of the <a href="https://github.com/koirand/pulp/">pulp</a> theme.
</p>
</footer>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {inlineMath: [['$','$']]}
});
</script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-MML-AM_CHTML' async></script>
<script async src="https://dash.brandonrozek.com/tracker.js" data-ackee-server="https://dash.brandonrozek.com" data-ackee-domain-id="d5c3c357-4915-4d5c-b792-e061b76f8186"></script>
{{- range .Site.Params.custom_js -}}
<script src="{{ . }}"></script>