diff options
author | 2019-04-12 00:14:39 +0200 | |
---|---|---|
committer | 2019-04-12 00:14:39 +0200 | |
commit | 7affc403fc1a0e3ca823cb188f1bce08f221dd8a (patch) | |
tree | 0f449345a509df01b597b7a4604cb5f2199d2526 /pydis_site/templates/home/index.html | |
parent | New landing page. Not quite done yet. This probably should've been more than ... (diff) |
Implemented a sticky footer system
Diffstat (limited to 'pydis_site/templates/home/index.html')
-rw-r--r-- | pydis_site/templates/home/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index 1f4da8e3..511e05e5 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -49,5 +49,4 @@ </div> </section> - {% include "base/footer.html" %} {% endblock %} |