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