2023-04-05 15:22:43 -05:00
|
|
|
<div id="{{ .Anchor | safeURL }}" class="anchor"></div>
|
2022-11-06 16:28:52 -06:00
|
|
|
<h{{ .Level }} class="relative group">{{ .Text | safeHTML }}
|
|
|
|
{{ if.Page.Params.showHeadingAnchors | default (.Page.Site.Params.article.showHeadingAnchors | default true) }}<span
|
|
|
|
class="absolute top-0 w-6 transition-opacity opacity-0 ltr:-left-6 rtl:-right-6 not-prose group-hover:opacity-100">
|
|
|
|
<a class="group-hover:text-primary-300 dark:group-hover:text-neutral-700"
|
|
|
|
style="text-decoration-line: none !important;" href="#{{ .Anchor | safeURL }}" aria-label="{{ i18n "article.anchor_label" }}">#</a></span>
|
|
|
|
{{ end }}
|
2023-04-05 15:22:43 -05:00
|
|
|
</h{{ .Level }}>
|