<script> var hash = location.hash; if(hash){ document.querySelector(hash).classList.add('w-current') history.replaceState({}, document.title, location.href.replace(hash, '')); } </script>