about summary refs log tree commit diff stats
path: root/layouts/_default/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/list.html')
-rw-r--r--layouts/_default/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index bc97cc9..d3a63cb 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -1,6 +1,5 @@
 {{ template "theme/partials/head.html" . }}
 	<body class="theme-base-0b layout-reverse">
-{{ template "theme/partials/sidebar.html" . }}
 		<main class="content container" role="main">
 			<ul class="posts">
 				{{ range .Data.Pages }}
@@ -8,5 +7,6 @@
 				{{ end }}
 			</ul>
 		</main>
+{{ template "theme/partials/sidebar.html" . }}
 	</body>
 </html>