Skip to content

Instantly share code, notes, and snippets.

@memetican
Created September 5, 2023 20:44
Show Gist options
  • Save memetican/b5dea23bf2cb905b5385dea387077205 to your computer and use it in GitHub Desktop.
Save memetican/b5dea23bf2cb905b5385dea387077205 to your computer and use it in GitHub Desktop.
Grouped Collection List Items
<script>
(function() {
var currentScript = document.currentScript;
var link = currentScript.closest('a');
if (link) {
link.href = "#glossary-group-";
}
})();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment