diff options
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r-- | layouts/_default/baseof.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index f2c9c61..1e32ff9 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -3,9 +3,9 @@ {{ partial "head.html" . }} <body class="body"> {{ partial "header.html" . }} - {{ block "main" . }}{{ end }} - {{- if $.Site.Copyright }} - {{ partial "footer.html" . }} - {{- end }} + {{ block "main" . }}{{ end -}} + {{ if $.Site.Copyright }} + {{ partial "footer.html" . -}} + {{ end }} </body> </html>
\ No newline at end of file |