fix(posts): dont defer d3 for proper graph rendering
This commit is contained in:
parent
f3ebce95e9
commit
0e6cc1de7a
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
src="/public/katex/katex-render.js"
|
||||
onload="renderMathInElement(document.body);"
|
||||
></script>
|
||||
<script defer src="/public/d3.js"></script>
|
||||
<script src="/public/d3.js"></script>
|
||||
<title>Barrett Ruth</title>
|
||||
</head>
|
||||
<body class="graph-background">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue