aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/_markup/render-heading.html
blob: 37eddb27c65462d88a9da3797c67f16cf7ffa7e8 (plain)
1
2
3
4
5
6
<h{{ .Level }} id="{{ .Anchor | safeURL }}">
  <a
    title="{{ .Text | safeHTML }}"
    href="#{{ .Anchor | safeURL }}">{{ .Text | safeHTML }}
  </a>
</h{{ .Level }}>