redstrate.com/themes/red/layouts/partials/fake-heading.html

10 lines
282 B
HTML
Raw Normal View History

2023-08-10 18:45:29 -04:00
{{ $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 href="#{{ $id }}">#</a>
{{ printf "</%s>" $header_type | safeHTML }}