satchlj.com/templates/anchor-link.html
Satya L. Johnson e2e761c60d a ton of stuff 🤷‍♂️
2021-09-20 17:24:45 -04:00

6 lines
179 B
HTML

{% if id %}
<a class="anchor" href="#{{ id }}" aria-label="Anchor link for: {{ id }}"></a>
{% else %}
<a class="anchor" href="#" aria-label="Anchor link"></a>
{% endif %}