diff --git a/_layouts/default.html b/_layouts/default.html index 5870208..5cef655 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -87,8 +87,10 @@ - {% unless page.no_header %}{% include header.html %}{% endunless %} - {{ content }} + {% unless page.no_footer %}{% include footer.html %}{% endunless %} diff --git a/assets/style.css b/assets/style.css index 54b2384..1b1649d 100644 --- a/assets/style.css +++ b/assets/style.css @@ -1,6 +1,12 @@ body { font-family: "Liberation Sans", "Nimbus Sans", "Arial", "Helvetica", sans-serif; margin: 0; + display: flex; + flex-direction: column; + min-height: 100vh; +} +#thing-that-makes-the-footer-be-at-the-bottom-of-the-page { + flex: 1 1; } h1 {