Files
hugo-book/layouts/_markup/render-heading.html
2025-08-09 00:56:37 +02:00

7 lines
238 B
HTML

<h{{ .Level }} id="{{ .Anchor }}" {{- with .Attributes.class }} class="{{ . }}" {{- end }}>
{{ .Text }}
{{ if default true .Page.Params.bookHeadingAnchor }}
<a class="anchor" href="#{{ .Anchor }}">#</a>
{{ end }}
</h{{ .Level }}>