Skip to content

Commit

Permalink
Remove async
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoalcarazdelaosa committed Dec 1, 2023
1 parent 74f60e2 commit 7466958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/hooks/body-end/snowflakes.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script src="https://unpkg.com/magic-snowflakes/dist/snowflakes.min.js" async></script>
<script src="https://unpkg.com/magic-snowflakes/dist/snowflakes.min.js"></script>
<script>
var sf = new Snowflakes({
color: "#88c0d0"
Expand Down

0 comments on commit 7466958

Please sign in to comment.