mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 08:43:40 +00:00
5 lines
180 B
HTML
5 lines
180 B
HTML
<h{{ .Level }} id="{{ .Anchor | safeURL }}">
|
|
{{- .Text | safeHTML -}}
|
|
<a href="#{{ .Anchor | safeURL }}" class="post-heading__anchor" aria-hidden="true">#</a>
|
|
</h{{ .Level }}>
|