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