diff options
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/blog/layouts/_default/baseof.html | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/users/fcuny/blog/layouts/_default/baseof.html b/users/fcuny/blog/layouts/_default/baseof.html index 3fd7011..0c72fb1 100644 --- a/users/fcuny/blog/layouts/_default/baseof.html +++ b/users/fcuny/blog/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> |