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 %}