We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0aa42d commit 74d8746Copy full SHA for 74d8746
layouts/_default/docs.html
@@ -52,20 +52,6 @@ <h1>{{ .Title }}</h1>
52
</div>
53
</section>
54
55
- {{ partial "previous-next-links-in-section-with-title.html" . }}
56
- </main>
57
- {{ if and (gt .WordCount 200 ) (.Params.toc) }}
58
- {{ if (add (len (findRE "<h3" .Content)) (len (findRE "<h2" .Content))) }}
59
- <div id="toc" class="col-md-3 d-none d-xl-block d-print-none nginx-toc align-top">
60
- {{ partial "toc.html" . }}
61
- </div>
62
- {{ end }}
63
64
-
65
66
- </section>
67
68
69
70
<!-- If there is a script defined in the page metadata, load it -->
71
{{if .Params.script}}
0 commit comments