All checks were successful
Building & Deploying Website / Deploy-Website (push) Successful in 12s
8 lines
364 B
HTML
8 lines
364 B
HTML
<h{{ .Level }} id="{{ .Anchor | safeURL }}">
|
|
{{ .Text | safeHTML }}
|
|
<a class="heading-link" href="#{{ .Anchor | safeURL }}">
|
|
<i class="fa-solid fa-link" aria-hidden="true" title="{{ i18n "link_to_heading" | default "Link to heading" }}"></i>
|
|
<span class="sr-only">{{ i18n "link_to_heading" | default "Link to heading" }}</span>
|
|
</a>
|
|
</h{{ .Level }}>
|