diff --git a/CHANGELOG.md b/CHANGELOG.md index 934edf3c..c9454770 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +### Fixed + +- Main content area doesn't grow to window height ([#201](https://github.com/jpanther/congo/issues/201)) + ## [2.2.0] - 2022-05-09 ### Added diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 958ec7e2..c999751a 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -26,7 +26,7 @@ > {{- partial "header.html" . -}} -
+
{{- block "main" . }}{{- end }} {{ if and (.Site.Params.showScrollToTop | default true) (gt .WordCount 200) }} @@ -44,10 +44,10 @@
{{ end }} + {{- partial "footer.html" . -}} {{ if .Site.Params.enableSearch | default false }} {{- partial "search.html" . -}} {{ end }} - {{- partial "footer.html" . -}}