Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/edavidaja/docter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 5f8e2ec..527f491 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -3,9 +3,8 @@
{{- partial "head.html" . -}}
<body>
{{- partial "header.html" . -}}
- <div id="content">
+ {{- partial "sidebar.html" . -}}
{{- block "main" . }}{{- end }}
- </div>
{{- partial "footer.html" . -}}
</body>
</html>