File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 1
1
{{ define "main" }}
2
2
< div class ='hx-mx-auto hx-flex {{ partial "utils/page-width" . }} '>
3
- {{ partial "sidebar.html" (dict "context" .) }} {{ partial " toc.html" . }}
3
+ {{ partial "toc.html" . }}
4
4
< article
5
5
class ="hx-w-full hx-break-words hx-flex hx-min-h-[calc(100vh-var(--navbar-height))] hx-min-w-0 hx-justify-center hx-pb-8 hx-pr-[calc(env(safe-area-inset-right)-1.5rem)] "
6
6
>
Original file line number Diff line number Diff line change 1
1
{{ define "main" }}
2
2
< div class ='hx-mx-auto hx-flex {{ partial "utils/page-width" . }} '>
3
- {{ partial "sidebar.html" (dict "context" .) }}
4
3
{{ partial "toc.html" . }}
5
4
< article class ="hx-w-full hx-break-words hx-flex hx-min-h-[calc(100vh-var(--navbar-height))] hx-min-w-0 hx-justify-center hx-pb-8 hx-pr-[calc(env(safe-area-inset-right)-1.5rem)] ">
6
5
< main class ="hx-w-full hx-min-w-0 hx-max-w-6xl hx-px-6 hx-pt-4 md:hx-px-12 ">
You can’t perform that action at this time.
0 commit comments