bobatheme/layouts/_default/_markup/render-heading.html

9 lines
308 B
HTML
Raw Normal View History

2021-10-02 20:20:44 -05:00
<h{{ .Level }} id="{{ .Anchor | safeURL }}" class="section-header">
2021-10-10 17:47:45 -05:00
{{ .Text | safeHTML }}
2021-10-02 20:20:44 -05:00
<a href="#{{ .Anchor | safeURL }}">
2021-11-23 19:06:26 -06:00
<span class="section-header-link" aria-label="{{ i18n "aria_header_link" }}">
{{ partial "icon.html" "link" }}
</span>
2021-10-02 20:20:44 -05:00
</a>
</h{{ .Level }}>