summaryrefslogtreecommitdiff
path: root/layouts/_default/_markup/render-heading.html
blob: 44430d62ea3d492219453d23e7e405ea1a26f2eb (plain)
1
2
3
4
<h{{ .Level }} class="heading" id="{{ .Anchor }}">
  {{ .Text }}
  <a href="#{{ .Anchor }}">#</a>
</h{{ .Level }}>