1
0
Fork 0
forked from mCaptcha/website
mcaptcha-website/layouts/partials/sidebar/docs-toc.html

6 lines
130 B
HTML
Raw Normal View History

2021-03-09 18:56:02 +05:30
{{ if ne .Params.toc false -}}
<div class="page-links">
<h3>On this page</h3>
{{ .TableOfContents }}
</div>
{{ end -}}