Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/darshanbaral/ghazal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 1890230..dfde5d9 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,13 +1,11 @@
<!DOCTYPE html>
<html lang="{{ .Site.LanguageCode }}">
{{- partial "head.html" . -}}
- <body style="padding: 0 8px;">
+ <body style="min-height: 100vh;">
{{- partial "header.html" . -}}
<main id="content" {{if not .IsHome }} style="margin-top: 80px;" {{ end }}>
{{- block "main" . }}{{- end }}
</main>
- {{ if not .IsHome }}
- {{- partial "footer.html" . -}}
- {{ end }}
+ {{ if not .IsHome }} {{- partial "footer.html" . -}} {{ end }}
</body>
</html>