Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjamuffin99 committed Mar 12, 2024
0 parents commit b4de06f
Show file tree
Hide file tree
Showing 999 changed files with 160,540 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
8 changes: 8 additions & 0 deletions 11ty-bundle.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@


function copyAnchorLink() {
if (navigator.clipboard)
navigator.clipboard.writeText(window.location.href.replace(window.location.hash, ""));
else
console.log("Clipboard API not supported");
}
Loading

0 comments on commit b4de06f

Please sign in to comment.