1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-04-11 04:14:01 -05:00
2021-11-23 19:06:26 -06:00

9 lines
308 B
HTML

<h{{ .Level }} id="{{ .Anchor | safeURL }}" class="section-header">
{{ .Text | safeHTML }}
<a href="#{{ .Anchor | safeURL }}">
<span class="section-header-link" aria-label="{{ i18n "aria_header_link" }}">
{{ partial "icon.html" "link" }}
</span>
</a>
</h{{ .Level }}>