aboutsummaryrefslogtreecommitdiff
path: root/layouts/baseof.html
diff options
context:
space:
mode:
authorNicholas Johnson <>2025-07-27 00:00:00 +0000
committerNicholas Johnson <>2025-07-27 00:00:00 +0000
commit59a8f3f8c0d992d40fbd7bf3b620e9d5218b4b23ee49676abfd4dbc4d8e57834 (patch)
tree8f6e08e7351d3ce3ef0f1b46a7c41155b7eb5b09a1ff2c3c4deabbde3b21b6a9 /layouts/baseof.html
parent36199a037c6324e86ca1f0f6d0c43e38fa9ffbd1467de13e29aea7d59cdee9cc (diff)
downloadhugo-theme-journal-59a8f3f8c0d992d40fbd7bf3b620e9d5218b4b23ee49676abfd4dbc4d8e57834.tar.gz
hugo-theme-journal-59a8f3f8c0d992d40fbd7bf3b620e9d5218b4b23ee49676abfd4dbc4d8e57834.zip
Remove extra space created by Flexbox usage
Diffstat (limited to 'layouts/baseof.html')
-rw-r--r--layouts/baseof.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/layouts/baseof.html b/layouts/baseof.html
index a36bd49..fbe1fa1 100644
--- a/layouts/baseof.html
+++ b/layouts/baseof.html
@@ -2,8 +2,10 @@
<html lang="{{ $.Site.Language }}">
{{ partial "head.html" . }}
<body class="body">
- {{ partial "header.html" . }}
- {{ block "main" . }}{{ end }}
+ <div class="base">
+ {{ partial "header.html" . }}
+ {{ block "main" . }}{{ end }}
+ </div>
{{ partial "footer.html" . }}
</body>
</html> \ No newline at end of file