mirror of
https://github.com/thomasjsn/hugo-theme-hello-friend.git
synced 2024-11-15 04:45:08 +01:00
d32455142d
Signed-off-by: KenHV <yo@kenharris.xyz>
5 lines
166 B
HTML
5 lines
166 B
HTML
<h{{ .Level }} id="{{ .Anchor | safeURL }}">
|
|
{{ .Text | safeHTML }}
|
|
<a href="#{{ .Anchor | safeURL }}" class="h-anchor" aria-hidden="true">#</a>
|
|
</h{{ .Level }}>
|