make footer sticky

This commit is contained in:
John Hess 2024-06-07 18:15:38 -05:00
parent 5476cf39e9
commit 6c9b935592
6 changed files with 18 additions and 21 deletions

View file

@ -4,6 +4,4 @@ layout: basic
{% include header.html %}
{{ content }}
{% include footer.html %}
{{ content }}

View file

@ -8,4 +8,6 @@ layout: basic
<div class="informational-container">
{{ content }}
</div>
</div>
{% include footer.html %}