We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5de2ee4 commit 86a054bCopy full SHA for 86a054b
1 file changed
layouts/partials/section/section.html
@@ -1,8 +1,4 @@
1
<section class="content-padding flex-row">
2
-<div id="shortcuts-container">
3
- <div><i class="fa-solid fa-list"></i> On this page</div>
4
-<div id="shortcuts"></div>
5
-</div>
6
<div class="content-container">
7
{{ partial "breadcrumbs.html" . }}
8
<h1>{{ .Title }}</h1>
@@ -30,4 +26,9 @@ <h5 class="subtitle is-5 is-muted">{{ .Params.Subtitle }}</h5>
30
26
{{ end }}
31
27
32
28
</div>
29
+<div id="shortcuts-container">
+ <div id="shortcuts">
+ <div id="shortcuts-header"><i class="fa-solid fa-list"></i> On this page</div>
+ </div>
33
+</div>
34
</section>
0 commit comments