Skip to content

Commit 6f37fce

Browse files
committed
0 parents  commit 6f37fce

File tree

1,031 files changed

+176612
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,031 files changed

+176612
-0
lines changed

.nojekyll

Whitespace-only changes.

11ty-bundle.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
3+
function copyAnchorLink() {
4+
if (navigator.clipboard)
5+
navigator.clipboard.writeText(window.location.href.replace(window.location.hash, ""));
6+
else
7+
console.log("Clipboard API not supported");
8+
}
9+
10+
const tooltipTriggerList = document.querySelectorAll('[data-bs-toggle="tooltip"]')
11+
const tooltipList = [...tooltipTriggerList].map(tooltipTriggerEl => new bootstrap.Tooltip(tooltipTriggerEl))

0 commit comments

Comments
 (0)