status-desktop/devuser_guide/layouts/partials/sidebar/docs-toc.html

6 lines
130 B
HTML
Raw Normal View History

2021-05-07 16:15:41 +00:00
{{ if ne .Params.toc false -}}
<div class="page-links">
<h3>On this page</h3>
{{ .TableOfContents }}
</div>
{{ end -}}