Welcome to mirror list, hosted at ThFree Co, Russian Federation.

render-heading.html « _markup « _default « layouts - github.com/panr/hugo-theme-hello-friend.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8e9160a1635c3f37977c309ac259597110374a4f (plain)
1
2
3
4
<h{{ .Level }} id="{{ .Anchor | safeURL }}">
  {{ .Text | safeHTML }}
  <a href="#{{ .Anchor | safeURL }}" class="h-anchor" aria-hidden="true">#</a>
</h{{ .Level }}>