Skip to content

Commit

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


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

const tooltipTriggerList = document.querySelectorAll('[data-bs-toggle="tooltip"]')
const tooltipList = [...tooltipTriggerList].map(tooltipTriggerEl => new bootstrap.Tooltip(tooltipTriggerEl))
Loading

0 comments on commit 8012029

Please sign in to comment.