Skip to content

Commit 6437c77

Browse files
[Fix] temp. remove sidebar from versioned
1 parent f81fa7c commit 6437c77

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

layouts/versions/list.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{ define "main" }}
22
<div class='hx-mx-auto hx-flex {{ partial "utils/page-width" . }}'>
3-
{{ partial "sidebar.html" (dict "context" .) }} {{ partial "toc.html" . }}
3+
{{ partial "toc.html" . }}
44
<article
55
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)]"
66
>

layouts/versions/single.html

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{{ define "main" }}
22
<div class='hx-mx-auto hx-flex {{ partial "utils/page-width" . }}'>
3-
{{ partial "sidebar.html" (dict "context" .) }}
43
{{ partial "toc.html" . }}
54
<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)]">
65
<main class="hx-w-full hx-min-w-0 hx-max-w-6xl hx-px-6 hx-pt-4 md:hx-px-12">

0 commit comments

Comments
 (0)