aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/polaris/layouts/_markup/render-heading.html
blob: c4d156c8beb0dfb6546a1dce4449858fef5c5fb0 (plain)
1
2
3
4
<h{{ .Level }} id="{{ .Anchor }}" {{ with .Attributes.class }} class="{{ . }}" {{ end }}>
  {{ .Text }}
{{ if and (ge .Level 2) (le .Level 3) }}<a href="#{{ .Anchor }}">#</a>{{ end }}
</h{{ .Level }}>