fix(posts): dont defer d3 for proper graph rendering

This commit is contained in:
Barrett Ruth 2024-11-29 19:33:20 -06:00
parent f3ebce95e9
commit 0e6cc1de7a

View file

@ -15,7 +15,7 @@
src="/public/katex/katex-render.js" src="/public/katex/katex-render.js"
onload="renderMathInElement(document.body);" onload="renderMathInElement(document.body);"
></script> ></script>
<script defer src="/public/d3.js"></script> <script src="/public/d3.js"></script>
<title>Barrett Ruth</title> <title>Barrett Ruth</title>
</head> </head>
<body class="graph-background"> <body class="graph-background">