Skip to content

Commit

Permalink
Fix snowflakes
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoalcarazdelaosa committed Nov 30, 2023
1 parent 713c00f commit 7196bce
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions layouts/partials/hooks/body-end/snowflakes.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Paste the code inside the <body> tag
<script src="https://unpkg.com/magic-snowflakes/dist/snowflakes.min.js"></script>
<script>
var sf = new Snowflakes({
color: "#88c0d0"
});
</script>
<script src="https://unpkg.com/magic-snowflakes/dist/snowflakes.min.js"></script>
<script>
var sf = new Snowflakes({
color: "#88c0d0"
});
</script>

0 comments on commit 7196bce

Please sign in to comment.