about summary refs log tree commit diff
path: root/layouts/_default/_markup/render-heading.html
blob: 257cc4ce3260fa90c98c43d9e0fa9a64cb5db08e (plain) (blame)
1
2
3
4
5
<h{{ .Level }} id="{{ .Anchor | safeURL }}">
  <a href="#{{ .Anchor | safeURL}}">
  {{ .Text }}
  </a>
</h{{ .Level }}>