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

9 lines
303 B
HTML
Raw Normal View History

2023-03-20 18:21:41 -05:00
<h{{ .Level }} id="{{ .Anchor | safeURL }}" class="section-heading">
2021-10-10 17:47:45 -05:00
{{ .Text | safeHTML }}
2023-03-20 18:21:41 -05:00
<a class="heading-link" href="#{{ .Anchor | safeURL }}">
<span aria-label="{{ i18n "aria_heading_link" }}">
{{ partial "icon.html" "link" }}
</span>
2021-10-02 20:20:44 -05:00
</a>
</h{{ .Level }}>