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 af63291 commit 9f2f00dCopy full SHA for 9f2f00d
src/css/main.css
@@ -23,6 +23,7 @@
23
}
24
25
aside.toc.sidebar {
26
+ order: 1;
27
flex: 0 0 var(--toc-width);
28
29
src/partials/main.hbs
@@ -4,8 +4,8 @@
4
{{#if (eq page.layout '404')}}
5
{{> article-404}}
6
{{else}}
7
-{{> article}}
8
{{> toc}}
+{{> article}}
9
{{/if}}
10
</div>
11
</main>
0 commit comments