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