dotfiles

My PC Dotfiles & Website

anchor-link.html (307B)


1
2
3
4
5
6
7
<a
  class="zola-anchor"
  href="#{{ id }}"
  aria-label="Anchor link for: {{ id }}"
  onclick="navigator.clipboard.writeText(window.location.origin + window.location.pathname + '#{{ id }}'); this.style.color='var(--accent-secondary)'; setTimeout(() => this.style.color='', 1000); return false;"
  >ยง</a
>