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