remove async

This commit is contained in:
Garry Ing 2021-03-18 21:14:08 -04:00
parent a259d28b00
commit 12e685cdf6
No known key found for this signature in database
GPG Key ID: 3B379B1F2193CC3E

View File

@ -8,7 +8,7 @@
</main> </main>
{%- include footer.html -%} {%- include footer.html -%}
{% include link-previews.html %} {% include link-previews.html %}
<script src="{{ "/assets/js/d3.v6.min.js" | relative_url }}" async></script> <script src="{{ "/assets/js/d3.v6.min.js" | relative_url }}"></script>
<script src="{{ "/assets/js/scripts.js" | relative_url }}" async></script> <script src="{{ "/assets/js/scripts.js" | relative_url }}"></script>
</body> </body>
</html> </html>