mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-05 00:15:59 -06:00
9 lines
308 B
HTML
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 }}>
|