Skip to content

Commit

Permalink
deploy: 3d2af21
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjamuffin99 committed Jul 12, 2024
0 parents commit 0dea056
Show file tree
Hide file tree
Showing 1,019 changed files with 176,876 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 0dea056

Please sign in to comment.