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