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 9f2a5ae commit 854456aCopy full SHA for 854456a
assets/sass/layout.scss
@@ -37,6 +37,15 @@ aside {
37
padding-top: 46px;
38
}
39
40
+#toc {
41
+ border: 1px solid var(--main-border);
42
+ padding: .5em;
43
+ margin-top: 1rem;
44
+ border-top: 1px solid var(--main-border);
45
+ background: #f9faf3;
46
+ line-height: 1 !important;
47
+}
48
+
49
#content {
50
width: 702px;
51
layouts/partials/sidebar.html
@@ -52,7 +52,7 @@
52
53
{{ $headings := .Params.headings }}
54
{{ if $headings }}
55
- <ul>
+ <ul id="toc">
56
<li> Table of Contents
57
<ul class="expanded">
58
{{ range $i, $item := $headings }}
0 commit comments