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 fcd19a6 commit 8f6a1fdCopy full SHA for 8f6a1fd
layouts/catalogs/single.html
@@ -1,10 +1,7 @@
1
2
{{ define "main" }}
3
<div class="row flex-xl-nowrap">
4
- <nav class="sidenav overflow-auto col-md-3 d-none d-xl-block d-print-none align-top">
5
- {{ partial "sidebar.html" . }}
6
- </nav>
7
-
+
8
{{ .Content }}
9
10
<!-- If there is a script defined in the page metadata, load it -->
@@ -14,4 +11,3 @@
14
11
{{end }}
15
12
16
13
{{ end }}
17
0 commit comments