about summary refs log tree commit diff
path: root/users/fcuny
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny')
-rw-r--r--users/fcuny/notes/layouts/_default/baseof.html10
1 files changed, 4 insertions, 6 deletions
diff --git a/users/fcuny/notes/layouts/_default/baseof.html b/users/fcuny/notes/layouts/_default/baseof.html
index 3fd7011..0c72fb1 100644
--- a/users/fcuny/notes/layouts/_default/baseof.html
+++ b/users/fcuny/notes/layouts/_default/baseof.html
@@ -2,11 +2,9 @@
 <html lang="en">
   {{ partial "head.html" . }}
   <body>
-    <div class="main">
-      {{- partial "header.html" . -}}
-      <main>
-       {{ block "main" . }}{{ end }}
-      </main>
-    </div>
+    {{- partial "header.html" . -}}
+    <main>
+     {{ block "main" . }}{{ end }}
+    </main>
   </body>
 </html>