From c07394768e7c2d9c0f4d0eba32ddc3bf5b8b7bbc Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 2 May 2020 11:45:57 +0100 Subject: [PATCH] Hide footer on homepage --- templates/base.html | 18 +++++++++--------- templates/homepage.html | 2 ++ 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/templates/base.html b/templates/base.html index 15d652b..2d57f7b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -17,7 +17,6 @@ -
- {% block main %}
{% block content %}{% endblock %} @@ -43,14 +41,16 @@ {% endblock %}
- + + {% endblock %} diff --git a/templates/homepage.html b/templates/homepage.html index e178ab0..50b11e6 100644 --- a/templates/homepage.html +++ b/templates/homepage.html @@ -10,3 +10,5 @@

Part Developer. Part SysAdmin. Part InfoSec. All Nerd!

{% endblock%} + +{% block footer %}{% endblock %}