mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-27 01:30:24 +00:00
6 lines
321 B
HTML
6 lines
321 B
HTML
|
|
<h{{ .Level }} id="{{ .Anchor | safeURL }}">{{ .Text | safeHTML }}
|
||
|
|
{{- if and (ge .Level .Page.Site.Params.anchors.min) (le .Level .Page.Site.Params.anchors.max) }}{{" " -}}
|
||
|
|
<a class="anchor-link" href="#{{ .Anchor | safeURL }}" aria-label="Link to this section: {{ .Text | safeHTML }}"></a>
|
||
|
|
{{- end -}}
|
||
|
|
</h{{ .Level }}>
|