Skip to content

Commit

Permalink
chore: add quicklink script to head in doc site
Browse files Browse the repository at this point in the history
  • Loading branch information
imfing committed Mar 31, 2024
1 parent 5080877 commit ab9e40e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions exampleSite/layouts/partials/custom/head-end.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/quicklink/2.3.0/quicklink.umd.js"></script>
<script>
window.addEventListener("load", () => {
quicklink.listen();
});
</script>

0 comments on commit ab9e40e

Please sign in to comment.