You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: layouts/partials/docs-toc.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
{{ partial "meta-links.html" $this }}
15
15
<!-- Combines current file's headers with embed headers since .TableOfContents doesn't include embed headers. Front matter must include "tocEmbedHeaders: true". -->
16
16
{{ if and $showEmbedHeaders $has_headers }}
17
-
<h1class="font-medium my-3">On this page</h1>
17
+
<h2class="font-medium my-3">On this page</h2>
18
18
<navclass="text-slate-700">
19
19
<navid="TableOfContents">
20
20
{{ $prevLevel := 1 }}
@@ -40,7 +40,7 @@ <h1 class="font-medium my-3">On this page</h1>
0 commit comments