mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-29 23:20:49 +03:00
10 lines
398 B
HTML
10 lines
398 B
HTML
<h{{ .Level }} id="{{ .Anchor | safeURL }}">{{ .Text | safeHTML }}
|
|
{{- if in (slice 2 3 4 6) .Level }}{{" " -}}
|
|
<a class="anchor" name="{{ .Anchor }}"></a>
|
|
<a class="inline-flex items-center" href="#{{ .Anchor | safeURL }}" aria-label="Anchor">
|
|
<svg class="fill-primary hover:fill-primary/70 w-4 h-4">
|
|
<use href="#icon--anchor"></use>
|
|
</svg>
|
|
</a>
|
|
{{- end -}}
|
|
</h{{ .Level }}>
|