Change all header text to be linked
parent
1774b7ac85
commit
91920613a8
@ -0,0 +1,3 @@
|
|||||||
|
<h{{ .Level }} id="{{ .Anchor }}" {{ range $k, $v := .Attributes }} {{ printf `%s="%s"` $k $v | safeHTMLAttr }} {{ end }}>
|
||||||
|
<a aria-label="{{ i18n "paige_link_to_this_section" }}" class="text-body text-decoration-none" href="#{{ .Anchor }}">{{ .Text }}</a>
|
||||||
|
</h{{ .Level }}>
|
Loading…
Reference in New Issue