diff options
Diffstat (limited to 'themes/hugo-book/layouts/_markup/render-heading.html')
| -rw-r--r-- | themes/hugo-book/layouts/_markup/render-heading.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/hugo-book/layouts/_markup/render-heading.html b/themes/hugo-book/layouts/_markup/render-heading.html new file mode 100644 index 0000000..d2b3c28 --- /dev/null +++ b/themes/hugo-book/layouts/_markup/render-heading.html @@ -0,0 +1,6 @@ +<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 }}> |
