summaryrefslogtreecommitdiff
path: root/jthanio/templates/base.html
diff options
context:
space:
mode:
authorJonathan DeMasi <jrdemasi@gmail.com>2020-03-08 21:58:12 -0600
committerJonathan DeMasi <jrdemasi@gmail.com>2020-03-08 21:58:12 -0600
commitd2c9963796c397ca93b627f3924a269e5a74bfb7 (patch)
tree3443f0d99eb10df1bb19fd3505fc4035d71e2ff5 /jthanio/templates/base.html
parentf1981469644259dd511839b6214af6ce0d37aaf8 (diff)
downloadjthanio-d2c9963796c397ca93b627f3924a269e5a74bfb7.tar
jthanio-d2c9963796c397ca93b627f3924a269e5a74bfb7.tar.gz
jthanio-d2c9963796c397ca93b627f3924a269e5a74bfb7.tar.bz2
jthanio-d2c9963796c397ca93b627f3924a269e5a74bfb7.tar.lz
jthanio-d2c9963796c397ca93b627f3924a269e5a74bfb7.tar.xz
jthanio-d2c9963796c397ca93b627f3924a269e5a74bfb7.tar.zst
jthanio-d2c9963796c397ca93b627f3924a269e5a74bfb7.zip
fucking footer
Diffstat (limited to 'jthanio/templates/base.html')
-rw-r--r--jthanio/templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/jthanio/templates/base.html b/jthanio/templates/base.html
index 8e3a4ed..9870c59 100644
--- a/jthanio/templates/base.html
+++ b/jthanio/templates/base.html
@@ -30,13 +30,13 @@
<body class="{% block body_class %}{% endblock %}">
{% wagtailuserbar %}
-
+ <div id="page-content">
{% block content %}{% endblock %}
{% block extra_js %}
{# Override this in templates to add extra javascript #}
{% endblock %}
-
+ </div>
<footer class="footer">
<div class="text-center bg-dark">
<span class="text-muted">Copyright &copy; jthan.io {% now "Y" %}</span>