Files
site/themes/custom-theme/layouts/_default/_markup/render-heading.html
Dave Gallant 8d898eb69a Tweak theme
2024-04-07 21:55:42 -04:00

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 }}>