diff options
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r-- | layouts/_default/baseof.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index e2e4362..a984f1c 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -4,14 +4,10 @@ {{ partial "head.html" . }} </head> <body> - <main class="container"> <header> {{ partial "header.html" . }} </header> {{ block "main" . }}{{ end }} - <footer> - {{ partial "footer.html" . }} - </footer> - </main> + {{ partial "footer.html" . }} </body> </html> |