Files
docker-docs/layouts/partials/heading.html
2023-11-12 20:35:34 +01:00

7 lines
249 B
HTML

{{ $id := .id | default (anchorize (plainify .text)) }}
<h{{ .level }} class="{{ .class }} scroll-mt-20" id="{{ $id }}">
<a class="text-black dark:text-white no-underline hover:underline" href="#{{ $id }}">
{{ .text }}
</a>
</h{{ .level }}>