redstrate.com/themes/red/layouts/partials/fake-heading.html
2024-02-23 22:35:59 -05:00

9 lines
321 B
HTML

{{ $header_type := .Scratch.Get "header-type" }}
{{ $header_name := .Scratch.Get "header-name" }}
{{ $id := urlize $header_name }}
{{ printf "<%s id=\"%s\">" $header_type $id | safeHTML }}
{{ $header_name }}
<a class="header-link" aria-hidden="true" href="#{{ $id }}">#</a>
{{ printf "</%s>" $header_type | safeHTML }}