mirror of
https://github.com/Clortox/tylerperkins.xyz.git
synced 2026-03-07 10:37:58 +00:00
6 lines
191 B
HTML
6 lines
191 B
HTML
<h{{ .Level }} id="{{ .Anchor | safeURL }}">
|
|
<a href="#{{ .Anchor | safeURL }}" class="heading-anchor">
|
|
<span class="anchor-icon">#</span>{{ .Text | safeHTML }}
|
|
</a>
|
|
</h{{ .Level }}>
|