Skip to content

Commit 8f6a1fd

Browse files
committed
Homepage: Match mainframe css and layout setup
1 parent fcd19a6 commit 8f6a1fd

File tree

2 files changed

+183
-195
lines changed

2 files changed

+183
-195
lines changed

layouts/catalogs/single.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11

22
{{ define "main" }}
33
<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-
4+
85
{{ .Content }}
96

107
<!-- If there is a script defined in the page metadata, load it -->
@@ -14,4 +11,3 @@
1411
{{end }}
1512

1613
{{ end }}
17-

0 commit comments

Comments
 (0)